--- ./src/getopt.h.getopt	2005-06-22 08:41:31.000000000 +0200
+++ ./src/getopt.h	2005-06-22 08:42:09.000000000 +0200
@@ -106,8 +106,6 @@
    differences in the consts, in stdlib.h.  To avoid compilation
    errors, only prototype getopt for the GNU C library.  */
 extern int getopt (int argc, char *const *argv, const char *shortopts);
-#else /* not __GNU_LIBRARY__ */
-extern int getopt ();
 #endif /* __GNU_LIBRARY__ */
 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
 		        const struct option *longopts, int *longind);
