Bogus include in src/sys/net80211/ieee80211_ioctl.c

Conrad Sabatier conrads at cox.net
Fri Apr 9 04:19:32 PDT 2004


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



More information about the freebsd-current mailing list