Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 224247
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +1 lines)
Line  Link Here
0
-- src/getopt.h        2007-01-22 17:36:01 -0500
0
++ src/getopt.h.new    2008-05-30 13:37:55 -0400
Lines 143-150 Link Here
143
   differences in the consts, in stdlib.h.  To avoid compilation
143
   differences in the consts, in stdlib.h.  To avoid compilation
144
   errors, only prototype getopt for the GNU C library.  */
144
   errors, only prototype getopt for the GNU C library.  */
145
extern int getopt (int ___argc, char *const *___argv, const char *__shortopts);
145
extern int getopt (int ___argc, char *const *___argv, const char *__shortopts);
146
# else /* not __GNU_LIBRARY__ */
147
extern int getopt ();
148
# endif /* __GNU_LIBRARY__ */
146
# endif /* __GNU_LIBRARY__ */
149
# ifndef __need_getopt
147
# ifndef __need_getopt

Return to bug 224247