Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/01/2000 22:32:42
Module Name:	basesrc
Committed By:	christos
Date:		Sun Apr  2 06:32:42 UTC 2000

Modified Files:
	basesrc/include: getopt.h unistd.h

Log Message:
backout previous. the definition of struct option caused too many namespace
collisions. Instead, define getopt_long in getopt.h and getopt in unistd.h
where it belongs.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/include/getopt.h
cvs rdiff -r1.82 -r1.83 basesrc/include/unistd.h

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