Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2004 10:23:44 +0900
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        Andre Oppermann <andre@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet tcp_syncache.c
Message-ID:  <7m3ca7laov.wl@black.imgsrc.co.jp>
In-Reply-To: <200401222314.i0MNEm5M063911@repoman.freebsd.org>
References:  <200401222314.i0MNEm5M063911@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama@FreeBSD.org> // FreeBSD Project



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