From owner-freebsd-current@FreeBSD.ORG Fri Apr 9 04:19:32 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1544A16A4CE for ; Fri, 9 Apr 2004 04:19:32 -0700 (PDT) Received: from lakermmtao12.cox.net (lakermmtao12.cox.net [68.230.240.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 875DC43D5E for ; Fri, 9 Apr 2004 04:19:31 -0700 (PDT) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: from ip68-14-60-78.no.no.cox.net ([68.14.60.78]) by lakermmtao12.cox.netESMTP <20040409111930.HDMV19678.lakermmtao12.cox.net@ip68-14-60-78.no.no.cox.net> for ; Fri, 9 Apr 2004 07:19:30 -0400 Received: from ip68-14-60-78.no.no.cox.net (localhost [127.0.0.1]) i39BJUtp058066 for ; Fri, 9 Apr 2004 06:19:30 -0500 (CDT) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: (from conrads@localhost)i39BJPSc058065 for freebsd-current@freebsd.org; Fri, 9 Apr 2004 06:19:25 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20040406114536.GA47603@cox.net> Date: Fri, 09 Apr 2004 06:19:25 -0500 (CDT) From: Conrad Sabatier To: freebsd-current@freebsd.org Subject: Re: Bogus include in src/sys/net80211/ieee80211_ioctl.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: conrads@cox.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 11:19:32 -0000 On 06-Apr-2004 Conrad J. Sabatier wrote: > /* > * IEEE 802.11 ioctl support (FreeBSD-specific) > */ > >#include "opt_inet.h" > /* >#include "opt_ipx.h" > */ > > This last include (which I had to comment out to get the file to compile) > seems bogus to me. There *is* no opt_ipx.h. I believe it should be > removed. OK, I see now that this file (opt_ipx.h) is generated on-the-fly in a few places in src/sys (but *not* under modules/wlan). Apparently, something I did the other day during my builds caused the dependencies that made this happen to fail. Nevermind! :-) -- Conrad Sabatier - "In Unix veritas"