Date: Tue, 6 Apr 2004 06:45:36 -0500 From: "Conrad J. Sabatier" <conrads@cox.net> To: freebsd-current@freebsd.org Subject: Bogus include in src/sys/net80211/ieee80211_ioctl.c Message-ID: <20040406114536.GA47603@cox.net>
next in thread | raw e-mail | index | archive | help
[snip] #include <sys/cdefs.h> __FBSDID("$FreeBSD: src/sys/net80211/ieee80211_ioctl.c,v 1.13 2004/03/30 22:57:57 sam Exp $"); /* * 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. -- 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?20040406114536.GA47603>