From owner-cvs-all@FreeBSD.ORG Sun Jul 29 14:05:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26C6916A41B for ; Sun, 29 Jul 2007 14:05:51 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id AF70813C465 for ; Sun, 29 Jul 2007 14:05:50 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 79592 invoked from network); 29 Jul 2007 13:33:46 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 29 Jul 2007 13:33:46 -0000 Message-ID: <46AC987A.9040501@freebsd.org> Date: Sun, 29 Jul 2007 15:39:06 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Matt Jacob References: <200707290131.l6T1VY8g026872@repoman.freebsd.org> In-Reply-To: <200707290131.l6T1VY8g026872@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 14:05:51 -0000 Matt Jacob wrote: > mjacob 2007-07-29 01:31:33 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_input.c tcp_usrreq.c > Log: > Fix compilation problems- tcpstates is only available if TCPDEBUG > is set. > > Approved by: re (in spirit) Thanks for fixing this. The whole tcpstates stuff is hackish. We need a better fix as the state reporting in the log message should not depend on TCPDEBUG. -- Andre