"Fossies" - the Fresh Open Source Software Archive 
Member "portfwd-0.29/getopt/getopt.h.diff" (7 Sep 2002, 461 Bytes) of package /linux/privat/old/portfwd-0.29.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Diff source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 *** getopt.h.orig Fri Sep 6 23:23:00 2002
2 --- getopt.h Fri Sep 6 23:18:08 2002
3 ***************
4 *** 143,150 ****
5 differences in the consts, in stdlib.h. To avoid compilation
6 errors, only prototype getopt for the GNU C library. */
7 extern int getopt (int ___argc, char *const *___argv, const char *__shortopts);
8 - # else /* not __GNU_LIBRARY__ */
9 - extern int getopt ();
10 # endif /* __GNU_LIBRARY__ */
11
12 # ifndef __need_getopt
13 --- 143,148 ----