$NetBSD: patch-aa,v 1.1 2004/09/08 14:32:35 wiz Exp $ --- src/getopt.h.orig 1997-01-22 01:31:23.000000000 +0100 +++ src/getopt.h @@ -105,7 +105,6 @@ struct option 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);