Date: Fri, 06 Sep 2002 14:10:15 -0700 From: Peter Wemm <peter@wemm.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: 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: <20020906211015.A381C2A7D6@canning.wemm.org> In-Reply-To: <200209061816.g86IG3ni003518@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Maxim Sobolev wrote: > sobomax 2002/09/06 11:16:03 PDT > > Modified files: > sys/net if_gre.c if_gre.h > sys/netinet ip_gre.c > Log: > Reduce namespace pollution by staticizing everything, which doesn't need to > be visible from outside of the module. 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 Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 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?20020906211015.A381C2A7D6>