Date: Tue, 06 Apr 2004 21:09:14 +0200 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) To: "Robin P. Blanchard" <robin.blanchard@gactr.uga.edu> Cc: current@freebsd.org Subject: Re: Bogus include in src/sys/net80211/ieee80211_ioctl.c Message-ID: <xzphdvwhqjp.fsf@dwp.des.no> In-Reply-To: <9B5C1FCAFB35084787C21EFFFA78DD9EE2C4@EBE1.gc.nat> (Robin P. Blanchard's message of "Tue, 6 Apr 2004 14:03:46 -0400") References: <9B5C1FCAFB35084787C21EFFFA78DD9EE2C4@EBE1.gc.nat>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable "Robin P. Blanchard" <robin.blanchard@gactr.uga.edu> writes: > Modules build just fine when built alongside kernel (without > MODULES_WITH_WORLD)...Error rears it's head when building with > world. Please try the attached patch. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=wlan.diff Index: sys/modules/wlan/Makefile =================================================================== RCS file: /home/ncvs/src/sys/modules/wlan/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- sys/modules/wlan/Makefile 28 Jun 2003 06:19:01 -0000 1.2 +++ sys/modules/wlan/Makefile 6 Apr 2004 19:06:04 -0000 @@ -5,9 +5,12 @@ KMOD= wlan SRCS= ieee80211.c ieee80211_crypto.c ieee80211_input.c ieee80211_ioctl.c \ ieee80211_node.c ieee80211_output.c ieee80211_proto.c -SRCS+= bus_if.h device_if.h opt_inet.h +SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h opt_inet.h: echo "#define INET 1" > opt_inet.h + +opt_ipx.h: + echo "#define IPX 1" >opt_ipx.h .include <bsd.kmod.mk> --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzphdvwhqjp.fsf>