From owner-cvs-src-old@FreeBSD.ORG Fri May 22 17:54:06 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1118E106568B for ; Fri, 22 May 2009 17:54:06 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D79508FC13 for ; Fri, 22 May 2009 17:54:05 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4MHs5wK059347 for ; Fri, 22 May 2009 17:54:05 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4MHs5kC059346 for cvs-src-old@freebsd.org; Fri, 22 May 2009 17:54:05 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200905221754.n4MHs5kC059346@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Fri, 22 May 2009 17:54:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/sys fcntl.h namei.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 17:54:06 -0000 kmacy 2009-05-22 17:54:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sys fcntl.h namei.h Log: SVN rev 192590 on 2009-05-22 17:54:02Z by kmacy some ports erroneously use the existence of AT_FDCWD to check for the availability of the *at system calls so s/AT_FDCWD/AT_FDCWD_notyet/g Reported by: Dimitry Andric Revision Changes Path 1.16.18.5 +1 -1 src/sys/sys/fcntl.h 1.48.2.3 +2 -2 src/sys/sys/namei.h