Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 12/02/1999 05:15:57
Module Name:	basesrc
Committed By:	kleink
Date:		Thu Dec  2 13:15:56 UTC 1999

Modified Files:
	basesrc/include: unistd.h
	basesrc/lib/libc/stdlib: getopt.3 getopt.c

Log Message:
Change the declaration of the argv argument to getopt(3) from "char * const *"
(as originally declared in System V) to "char * const []", as was done in
1003.2 and subsequently propagated into XPG4.
From Andrew Cagney in PR lib/8930.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 basesrc/include/unistd.h
cvs rdiff -r1.17 -r1.18 basesrc/lib/libc/stdlib/getopt.3
cvs rdiff -r1.15 -r1.16 basesrc/lib/libc/stdlib/getopt.c

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