blob: bb724215960ef37ced412f7c8d31d3aa3fdefb1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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);
|