Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 12/22/2005 23:29:23
Module Name: src
Committed By: elad
Date: Thu Dec 22 23:29:23 UTC 2005
Modified Files:
src/lib/libc/gen: getcwd.c
Log Message:
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.40 -r1.41 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.