Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 1997 12:50:52 +0100
From:      neil.long@materials.oxford.ac.uk (Neil J Long)
To:        cvs-all@freebsd.org, cvs-sys@freebsd.org
Subject:   Re: cvs commit: src/sys/netinet ip_input.c
Message-ID:  <9709161250.ZM17028@njl2.materials.ox.ac.uk>
In-Reply-To: "Andrey A. Chernov" <ache@FreeBSD.ORG>        "cvs commit: src/sys/netinet ip_input.c" (Sep 15,  4:10pm)
References:  <199709152310.QAA13382@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9709161250.ZM17028>