From owner-freebsd-current@FreeBSD.ORG Wed Feb 11 01:47:26 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8452216A4CF for ; Wed, 11 Feb 2004 01:47:26 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5815943D1D for ; Wed, 11 Feb 2004 01:47:26 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 71D486541D; Wed, 11 Feb 2004 09:47:24 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 48000-02-4; Wed, 11 Feb 2004 09:47:24 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id E255065216; Wed, 11 Feb 2004 09:47:23 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 3487B11; Wed, 11 Feb 2004 09:47:23 +0000 (GMT) Date: Wed, 11 Feb 2004 09:47:23 +0000 From: Bruce M Simpson To: Roop Nanuwa Message-ID: <20040211094723.GB714@saboteur.dek.spc.org> References: <4029F434.1030306@hqst.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4029F434.1030306@hqst.com> cc: current@FreeBSD.org Subject: Re: [PATCH] sys/netinet/tcp_output.c compile fails on -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 09:47:26 -0000 On Wed, Feb 11, 2004 at 01:21:56AM -0800, Roop Nanuwa wrote: > (and as I finished typing this, the current tinderbox failure > messages are coming in :) ) Good catch. Thanks. I had this in another patchset but it seems I missed it on the final pass. BMS