From owner-cvs-src@FreeBSD.ORG Thu Jan 22 17:23:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C5416A4CE; Thu, 22 Jan 2004 17:23:53 -0800 (PST) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B6D743D2D; Thu, 22 Jan 2004 17:23:47 -0800 (PST) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 449092840F3; Fri, 23 Jan 2004 10:23:46 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 2310328407C; Fri, 23 Jan 2004 10:23:45 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id ED5DE1E4620; Fri, 23 Jan 2004 10:23:44 +0900 (JST) Date: Fri, 23 Jan 2004 10:23:44 +0900 Message-ID: <7m3ca7laov.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Andre Oppermann In-Reply-To: <200401222314.i0MNEm5M063911@repoman.freebsd.org> References: <200401222314.i0MNEm5M063911@repoman.freebsd.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020531 cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2004 01:23:53 -0000 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 // IMG SRC, Inc. // FreeBSD Project