Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 01/06/2005 23:43:32
Module Name:	src
Committed By:	simonb
Date:		Thu Jan  6 23:43:32 UTC 2005

Modified Files:
	src/lib/libc/gen: getcwd.c

Log Message:
Remove the old userland version of getcwd(): it's been #ifdef'd out
since 1999 when we switched to a (faster) system call based getcwd(),
and as shown recently has had some buffer size problems anyway (although
they have since been fixed).


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 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.