Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Apr 2004 06:19:25 -0500 (CDT)
From:      Conrad Sabatier <conrads@cox.net>
To:        freebsd-current@freebsd.org
Subject:   Re: Bogus include in src/sys/net80211/ieee80211_ioctl.c
Message-ID:  <XFMail.20040409061925.conrads@cox.net>
In-Reply-To: <20040406114536.GA47603@cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <conrads@cox.net> - "In Unix veritas"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20040409061925.conrads>