Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 01/23/2005 01:00:51
Module Name:	src
Committed By:	enami
Date:		Sun Jan 23 01:00:51 UTC 2005

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

Log Message:
- Remove macros used only by old getcwd() implementation.
- Fix memory leak on error. (I guess the loop isn't necessary but
  it is different matter).
- Remove knowledge about old malloc implementation.


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