From owner-cvs-all@FreeBSD.ORG Sun Jul 18 07:58:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C259016A4CE; Sun, 18 Jul 2004 07:58:59 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 82F4F43D41; Sun, 18 Jul 2004 07:58:58 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 18 Jul 2004 08:58:57 +0100 (BST) Date: Sun, 18 Jul 2004 08:58:57 +0100 From: David Malone To: Robert Watson Message-ID: <20040718075857.GA98074@walton.maths.tcd.ie> References: <200407180409.i6I49eZP073260@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407180409.i6I49eZP073260@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Jul 2004 07:58:59 -0000 On Sun, Jul 18, 2004 at 04:09:40AM +0000, Robert Watson wrote: > Remove 'sg' argument to linux_sendto_hdrincl, which is what I think was > intended. This fixes the build, but might require revision. Yep, sorry about that, - I accidently missed a bit of patch and did my compile test on the wrong machine ;-( Thers's still a little bit to come that Alfred spotted - I'm just going to test on the right machine now... David.