diff options
Diffstat (limited to 'devel/gcvs/patches/patch-ad')
-rw-r--r-- | devel/gcvs/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gcvs/patches/patch-ad b/devel/gcvs/patches/patch-ad new file mode 100644 index 00000000000..5b9f00f6ab5 --- /dev/null +++ b/devel/gcvs/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2004/09/08 16:21:53 wiz Exp $ + +--- common/getopt.h.orig 2002-12-18 17:31:45.000000000 +0100 ++++ common/getopt.h +@@ -106,7 +106,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 /* not __GNU_LIBRARY__ */ + #endif /* not __FreeBSD__ */ + |