From owner-cvs-src@FreeBSD.ORG Sun Jul 29 16:57:34 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 C601716A468; Sun, 29 Jul 2007 16:57:34 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 9C57A13C468; Sun, 29 Jul 2007 16:57:34 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.14.1/8.14.1) with ESMTP id l6TGvQ35084872; Sun, 29 Jul 2007 09:57:34 -0700 (PDT) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.14.1/8.14.1/Submit) with ESMTP id l6TGvQif084869; Sun, 29 Jul 2007 09:57:26 -0700 (PDT) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Sun, 29 Jul 2007 09:57:25 -0700 (PDT) From: mjacob@freebsd.org To: Andre Oppermann In-Reply-To: <46AC987A.9040501@freebsd.org> Message-ID: <20070729095659.C84864@ns1.feral.com> References: <200707290131.l6T1VY8g026872@repoman.freebsd.org> <46AC987A.9040501@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Matt Jacob , 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 Reply-To: mjacob@freebsd.org 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 16:57:34 -0000 I'm not sure I *did* fix this- the tinderbox stuff is still falling opver. On Sun, 29 Jul 2007, Andre Oppermann wrote: > 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 > >