From owner-freebsd-current@FreeBSD.ORG Thu Dec 14 20:22:00 2006 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 55D4C16A412 for ; Thu, 14 Dec 2006 20:22:00 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864F243CA8 for ; Thu, 14 Dec 2006 20:20:04 +0000 (GMT) (envelope-from freebsd-current@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gux5C-00056r-Sq for freebsd-current@freebsd.org; Thu, 14 Dec 2006 21:21:34 +0100 Received: from ip244.gte215.dsl-acs2.sea.iinet.com ([209.20.215.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Dec 2006 21:21:34 +0100 Received: from atkin901 by ip244.gte215.dsl-acs2.sea.iinet.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Dec 2006 21:21:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: othermark Date: Thu, 14 Dec 2006 12:27:16 -0800 Lines: 25 Message-ID: References: <20061214184441.12BE973034@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ip244.gte215.dsl-acs2.sea.iinet.com User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) In-Reply-To: <20061214184441.12BE973034@freebsd-current.sentex.ca> Sender: news Subject: Re: [head tinderbox] failure on i386/i386 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: Thu, 14 Dec 2006 20:22:00 -0000 Caused by the following commit, can someone pls fix? In various other places, use of thise macro is preceded by: #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE > pjd 2006-12-14 14:32:59 UTC > > FreeBSD src repository > > Modified files: > lib/libc/gen sysconf.3 sysconf.c > Log: > Add support for _SC_PHYS_PAGES, which is not standard, but can be found in > Solaris and Linux. > > Revision Changes Path > 1.23 +13 -0 src/lib/libc/gen/sysconf.3 > 1.21 +14 -1 src/lib/libc/gen/sysconf.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" >