cvs commit: src/sys/netinet tcp_syncache.c

Jun Kuriyama kuriyama at imgsrc.co.jp
Thu Jan 22 17:23:53 PST 2004


At Thu, 22 Jan 2004 15:14:48 -0800 (PST),
Andre Oppermann wrote:
>   Modified files:
>     sys/netinet          tcp_syncache.c 
>   Log:
>   Move the reduction by one of the syncache limit after the zone has been
>   allocated.

With latest tcp_syncache.c, I got this error.

cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -g -nostdinc -I-  -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000  -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror  ../../../netinet/tcp_syncache.c
../../../netinet/tcp_syncache.c: In function `syncache_socket':
../../../netinet/tcp_syncache.c:638: error: incompatible type for argument 1 of `free'
*** Error code 1


-- 
Jun Kuriyama <kuriyama at imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama at FreeBSD.org> // FreeBSD Project


More information about the cvs-src mailing list