From owner-freebsd-current@FreeBSD.ORG Mon Apr 9 08:25:02 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD59016A401; Mon, 9 Apr 2007 08:25:02 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 5F3F313C458; Mon, 9 Apr 2007 08:25:01 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id DEECD8BCFAB; Mon, 9 Apr 2007 10:25:00 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U57wHXEJa7qw; Mon, 9 Apr 2007 10:25:00 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 25A7E8BCD64; Mon, 9 Apr 2007 10:25:00 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l398P0OE098223; Mon, 9 Apr 2007 10:25:00 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 9 Apr 2007 10:25:00 +0200 From: Roman Divacky To: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Message-ID: <20070409082500.GA98115@freebsd.org> References: <20070408191012.GA95373@outcold.yadt.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070408191012.GA95373@outcold.yadt.co.uk> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: linux_statfs64() missing an argument?? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 09 Apr 2007 08:25:02 -0000 On Sun, Apr 08, 2007 at 08:10:13PM +0100, David Taylor wrote: > I've recently been trying to compile gentoo under FreeBSD > (in order, eventually, to compile OpenWRT), and ran in to a rather > confusing problem when trying to diagnose the reason "coreutils" > failed to build properly. I commited similar fix to p4. thanks a lot for the work! roman