aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3blaster/files/patch-src_getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp3blaster/files/patch-src_getopt.h')
-rw-r--r--audio/mp3blaster/files/patch-src_getopt.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/mp3blaster/files/patch-src_getopt.h b/audio/mp3blaster/files/patch-src_getopt.h
new file mode 100644
index 000000000000..2e54ef719e36
--- /dev/null
+++ b/audio/mp3blaster/files/patch-src_getopt.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- src/getopt.h.orig Sun Jul 21 13:54:13 2002
++++ src/getopt.h Sun Jul 21 13:54:27 2002
+@@ -103,7 +103,7 @@
+ 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);