cvs commit: src/sys/netinet tcp_syncache.c
Andre Oppermann
andre at freebsd.org
Thu Jan 22 17:33:41 PST 2004
Jun Kuriyama wrote:
>
> 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
Fixed. This is a bug I made while merging patch sets.
Pointy hat to: andre
--
Andre
More information about the cvs-src
mailing list