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 ----
14