From owner-cvs-all Sat Sep 7 0:21:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 793B937B400; Sat, 7 Sep 2002 00:21:30 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D7B43E65; Sat, 7 Sep 2002 00:21:29 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id RAA21028; Sat, 7 Sep 2002 17:21:23 +1000 Date: Sat, 7 Sep 2002 17:28:55 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Maxim Sobolev Cc: Peter Wemm , , Subject: Re: cvs commit: src/sys/net if_gre.c if_gre.h src/sys/netinet ip_gre.c In-Reply-To: <20020906220146.GA2737@vega.vega.com> Message-ID: <20020907172723.P18391-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 . 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 , 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