Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
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.
Home |
Main Index |
Thread Index |
Old Index