Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 1995 14:10:51 +0800 (WST)
From:      Peter Wemm <peter@jhome.DIALix.COM>
To:        "Garrett A. Wollman" <wollman@freefall.freebsd.org>
Cc:        CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit: src/sys/netinet tcp_var.h
Message-ID:  <Pine.BSF.3.91.950922140856.2515I-100000@jhome.DIALix.COM>
In-Reply-To: <199509211729.KAA21735@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 21 Sep 1995, Garrett A. Wollman wrote:
> wollman     95/09/21 10:29:14
> 
>   Modified:    sys/netinet  tcp_var.h
>   Log:
>   Merge with 4.4-Lite-2.  This just adds a couple of tcpstat entries which
>   we don't currently set, but might in the future.

Umm... You've broken it.. :-)

cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs  -nostdinc -I. -I../.. -I../../sys -I../../../include -DJHOME -DI586_CPU -DI486_CPU -DI386_CPU -DSCSI_REPORT_GEOMETRY -DNULLFS -DKERNFS -DFDESC -DMFS -DCD9660 -DMSDOSFS -DP
ROCFS -DNFS -DFFS -DMROUTING -DGATEWAY -DDIAGNOSTIC -DKTRACE -DDDB -DSYSVMSG -DSYSVSEM -DSYSVSHM -DOPEN_MAX=128 -DCHILD_MAX=128 -DMAXCONS=16 -DUCONSOLE -DBOUNCE_BUFFERS -DCOMPAT_LINUX -DCOMPAT_43 -DINET -DMATH_EMULATE -DKERNEL -Di386 -DLOAD_ADDRESS=0xF010
0000  ../../netinet/in_proto.c
In file included from ../../netinet/in_proto.c:60:
../../netinet/tcp_var.h:289: duplicate member `tcps_persistdrop'
*** Error code 1

Stop.

There are two "tcps_persistdrop" entries in the structure...

I think David added the bugfix to timeout the stuck sockets before...  It 
might be an idea to check to see if it's not duplicated..

Cheers,
-Peter




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.950922140856.2515I-100000>