From owner-cvs-all Wed Jan 15 13:22:57 2003 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 2C84837B401; Wed, 15 Jan 2003 13:22:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1DF543EB2; Wed, 15 Jan 2003 13:22:55 -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 h0FLMtfh034300; Wed, 15 Jan 2003 13:22:55 -0800 (PST) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0FLMtdE034299; Wed, 15 Jan 2003 13:22:55 -0800 (PST) Message-Id: <200301152122.h0FLMtdE034299@repoman.freebsd.org> From: Johan Karlsson Date: Wed, 15 Jan 2003 13:22:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib realpath.3 realpath.c 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 2003/01/15 13:22:55 PST Modified files: lib/libc/stdlib realpath.3 realpath.c bin/realpath realpath.c Log: realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX. This also reverts the PATH_MAX -> MAXPATHLEN part of rev 1.3 of src/bin/realpath/realpath.c Requested by: imp Reviewed by: imp, bde Revision Changes Path 1.5 +1 -1 src/bin/realpath/realpath.c 1.12 +2 -2 src/lib/libc/stdlib/realpath.3 1.12 +7 -7 src/lib/libc/stdlib/realpath.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message