Date: Sat, 7 Sep 2002 17:28:55 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: Peter Wemm <peter@wemm.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c Message-ID: <20020907172723.P18391-100000@gamplex.bde.org> In-Reply-To: <20020906220146.GA2737@vega.vega.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 7 Sep 2002, Maxim Sobolev wrote: > On Fri, Sep 06, 2002 at 02:10:15PM -0700, Peter Wemm wrote: > > This seems to break kdump: > > > > ===> usr.bin/kdump > > cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/../.. -c /home/src/usr.bin/kdump/kdump.c > > cc -O -pipe -I/home/src/usr.bin/kdump/../ktrace -I/home/src/usr.bin/kdump/../.. -c ioctl.c > > In file included from ioctl.c:63: > > /usr/obj/home/src/i386/usr/include/net/if_gre.h:89: field `gi_i' has incomplete type > > /usr/obj/home/src/i386/usr/include/net/if_gre.h:133: field `mi' has incomplete type > > Hmm, I suspect that actually broken is mkioctls, which have absolutely > no reason to generate #include <net/if_gre.h>. In any case, I've committed > a fix which should workaround the problem. Please let me know if it > didn't help. mkioctls has every reason to generate an #include <net/if_gre.h>, since that header defines some ioctls. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020907172723.P18391-100000>