Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/01/2000 14:37:16
Module Name:	basesrc
Committed By:	christos
Date:		Sat Apr  1 22:37:15 UTC 2000

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

Log Message:
Add getopt.h and collect all the getopt related stuff here.
Make unistd.h include <getopt.h> to get the getopt stuff.
This adds support for getopt_long from Dieter Baron and Thomas Klausner.


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

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