Date: Sat, 10 Apr 2004 06:35:49 -0500 (CDT) From: Conrad Sabatier <conrads@cox.net> To: Paulius Bulotas <paulius@kaktusas.org> Cc: freebsd-current@freebsd.org Subject: Re: buildworld fails on src/sys/net80211/ieee80211_ioctl.c with opt_ipx.h not found Message-ID: <XFMail.20040410063549.conrads@cox.net> In-Reply-To: <20040410103600.GA12488@kaktusas.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10-Apr-2004 Paulius Bulotas wrote: > Hello, > > buildworld fails on src/sys/net80211/ieee80211_ioctl.c with opt_ipx.h > being not found. Since this change is 10 days old, maybe I've missed > something in mailing list? > Maybe the fix should be #ifdef'ing #include "opt_inet.h" and "opt_ipx.h" > accordingly with #ifdef IPX and #ifdef INET? You mean, I'm *not* the only one seeing this problem? :-) My report on this went completely ignored, so I finally assumed "it must just be me". :-) It seems to me a simple insert in the Makefile (as seen in other locations) would take care of this: echo "#define IPX 1" > opt_ipx.h Why is this still broken??? -- 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.20040410063549.conrads>