Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/09/2004 19:34:11
Module Name:	src
Committed By:	kleink
Date:		Sun May  9 19:34:11 UTC 2004

Modified Files:
	src/lib/libc/gen: Makefile.inc
	src/lib/libc/stdlib: getsubopt.c
Removed Files:
	src/lib/libc/gen: getsubopt.c

Log Message:
There are two instances of getsubopt.c, one in gen, which came by the
ways of 386BSD, and one in stdlib, which is from Lite-2.  The former was
picked up by the build process and has seen a little more maintenance
while the latter's location is "right", so bring the latter up to par
with the former and dispose of the (now) latter.

Reported by David A. Holland in PR lib/25160, which is worded in a
far less mind-boggling fashion than the above.


To generate a diff of this commit:
cvs rdiff -r1.129 -r1.130 src/lib/libc/gen/Makefile.inc
cvs rdiff -r1.12 -r0 src/lib/libc/gen/getsubopt.c
cvs rdiff -r1.7 -r1.8 src/lib/libc/stdlib/getsubopt.c

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