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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?401079F3.95B859C2>