openbsd-ports/audio/mp3blaster/patches/patch-src_getopt_h
2002-07-20 20:15:04 +00:00

13 lines
573 B
Plaintext

$OpenBSD: patch-src_getopt_h,v 1.1 2002/07/20 20:15:05 naddy Exp $
--- src/getopt.h.orig Sat Jul 20 20:53:19 2002
+++ src/getopt.h Sat Jul 20 20:54:03 2002
@@ -103,7 +103,7 @@ 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 ();
+/* extern int getopt (); */
#endif /* __GNU_LIBRARY__ */
extern int getopt_long (int argc, char *const *argv, const char *shortopts,
const struct option *longopts, int *longind);