From owner-cvs-src@FreeBSD.ORG Thu Dec 14 22:25:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E61E516A492; Thu, 14 Dec 2006 22:25:07 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 533D743E49; Thu, 14 Dec 2006 22:19:59 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kBEMIjGe057752; Thu, 14 Dec 2006 15:18:45 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 14 Dec 2006 15:19:43 -0700 (MST) Message-Id: <20061214.151943.-1625880371.imp@bsdimp.com> To: pjd@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <200612142142.kBELg4wb024159@repoman.freebsd.org> References: <200612142142.kBELg4wb024159@repoman.freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 14 Dec 2006 15:18:46 -0700 (MST) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/include unistd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2006 22:25:08 -0000 In message: <200612142142.kBELg4wb024159@repoman.freebsd.org> Pawel Jakub Dawidek writes: : pjd 2006-12-14 21:42:04 UTC : : FreeBSD src repository : : Modified files: : include unistd.h : Log: : Forgot to commit this file: add definition for _SC_PHYS_PAGES. Doh! I just committed a band-aide to sysconf.c. It should work with or without this defined... Warner