From owner-cvs-src@FreeBSD.ORG Sun Jul 29 21:19:16 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E83C16A519; Sun, 29 Jul 2007 21:19:16 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id BA2F513C428; Sun, 29 Jul 2007 21:19:15 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 1844B41C71D; Sun, 29 Jul 2007 23:19:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id rwrP+TflChcv; Sun, 29 Jul 2007 23:19:13 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 895B441C713; Sun, 29 Jul 2007 23:19:13 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 351E7444885; Sun, 29 Jul 2007 21:19:05 +0000 (UTC) Date: Sun, 29 Jul 2007 21:19:05 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: mjacob@freebsd.org In-Reply-To: <20070729101935.D84864@ns1.feral.com> Message-ID: <20070729211359.C31116@maildrop.int.zabbadoz.net> References: <200707290131.l6T1VY8g026872@repoman.freebsd.org> <46AC987A.9040501@freebsd.org> <20070729184123.S44136@mp2.macomnet.net> <20070729095743.N84864@ns1.feral.com> <20070729101357.A84864@ns1.feral.com> <20070729101935.D84864@ns1.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 29 Jul 2007 21:19:16 -0000 On Sun, 29 Jul 2007, mjacob@freebsd.org wrote: > Here's what probably works. I'll do the test compiles. If I am not wrong it will not. The follwoing two files have comments at the beginning to explain the changes. I don't like the extern char *tcpstates[] but it seems to be the best solution for now. You should only need the changes to the first two files from the 2nd patch. I was able to build GENERIC and LINT on i386 with the entire patchset just now. http://sources.zabbadoz.net/freebsd/patchset/20070729-01-tcpstates-compilefix.diff http://sources.zabbadoz.net/freebsd/patchset/20070729-02-tcpstates-compilefix.diff -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time.