From owner-cvs-sys Tue Sep 16 04:52:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA19899 for cvs-sys-outgoing; Tue, 16 Sep 1997 04:52:54 -0700 (PDT) Received: from oxmail4.ox.ac.uk (oxmail4.ox.ac.uk [163.1.2.33]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id EAA19890; Tue, 16 Sep 1997 04:52:39 -0700 (PDT) Received: from njl2.materials.ox.ac.uk by oxmail4 with SMTP (PP); Tue, 16 Sep 1997 12:50:53 +0100 Received: by njl2.materials.ox.ac.uk (950413.SGI.8.6.12/940406.SGI) id MAA17030; Tue, 16 Sep 1997 12:50:52 +0100 Date: Tue, 16 Sep 1997 12:50:52 +0100 From: neil.long@materials.oxford.ac.uk (Neil J Long) Message-Id: <9709161250.ZM17028@njl2.materials.ox.ac.uk> In-Reply-To: "Andrey A. Chernov" "cvs commit: src/sys/netinet ip_input.c" (Sep 15, 4:10pm) References: <199709152310.QAA13382@freefall.freebsd.org> X-Mailer: Z-Mail-SGI (3.2S.3 08feb96 MediaMail) To: cvs-all@freebsd.org, cvs-sys@freebsd.org Subject: Re: cvs commit: src/sys/netinet ip_input.c Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The RELENG_2_2 change seems to have broken the kernel build On Sep 15, 4:10pm, Andrey A. Chernov wrote: > Subject: cvs commit: src/sys/netinet ip_input.c > ache 1997/09/15 16:10:55 PDT > > Modified files: (Branch: RELENG_2_2) > sys/netinet ip_input.c > Log: > MFC: prevent overflow with fragmented packets > Reviewed by: wollman > > Revision Changes Path > 1.50.2.8 +66 -25 src/sys/netinet/ip_input.c >-- End of excerpt from Andrey A. Chernov cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../netinet/ip_input.c ../../netinet/ip_input.c:121: conflicting types for `ipq' ../../netinet/ip_var.h:163: previous declaration of `ipq' *** Error code 1 Stop. (I did a clean config, depend and make to be sure). Neil