Module Name: src
Committed By: kamil
Date: Tue Sep 1 01:28:17 UTC 2015
Modified Files:
src/lib/libc/stdlib: getopt_long.c
Log Message:
Constness correction for the getopt(3) function under REPLACE_GETOPT
Use the __UNCONST() macro, which is used in the other parts for the same
argument nargv, but under the !REPLACE_GETOPT namespace.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/stdlib/getopt_long.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.