From owner-cvs-all Wed Dec 18 3:50:30 2002 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 C1D4637B401; Wed, 18 Dec 2002 03:50:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED2A43EA9; Wed, 18 Dec 2002 03:50:29 -0800 (PST) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIBoTmV013154; Wed, 18 Dec 2002 03:50:29 -0800 (PST) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBIBoSL2013142; Wed, 18 Dec 2002 03:50:28 -0800 (PST) Message-Id: <200212181150.gBIBoSL2013142@repoman.freebsd.org> From: Johan Karlsson Date: Wed, 18 Dec 2002 03:50:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/realpath realpath.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG johan 2002/12/18 03:50:28 PST Modified files: bin/realpath realpath.c Log: Remove undocumented behavior (return current work dir if no path is given as argument) that is not present in 4-Stable. It was introduced when realpath(1) was split out of pwd(1). The removed behavior is provided by pwd(1). Reviewed by: mike Revision Changes Path 1.4 +2 -5 src/bin/realpath/realpath.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message