Subject: CVS commit: [netbsd-3] src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 12/29/2005 16:23:31
Module Name:	src
Committed By:	riz
Date:		Thu Dec 29 16:23:31 UTC 2005

Modified Files:
	src/lib/libc/gen [netbsd-3]: getcwd.c

Log Message:
Pull up following revision(s) (requested by elad in ticket #1068):
	lib/libc/gen/getcwd.c: revision 1.41
Allow last component to be non-existing again. I broke this behavior for
no apparent good reason in revision 1.39.
This is what broke systrace's filename normalization.
Go back to original behavior as in revision 1.35: return resolved name,
but also set errno to ENOENT.


To generate a diff of this commit:
cvs rdiff -r1.36.2.1 -r1.36.2.2 src/lib/libc/gen/getcwd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.