1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/audio/mp3blaster/files/patch-nmixer_getopt.h
2003-03-06 00:02:51 +00:00

15 lines
510 B
C

$FreeBSD$
--- nmixer/getopt.h.orig Thu Mar 6 00:37:11 2003
+++ nmixer/getopt.h Thu Mar 6 00:37:21 2003
@@ -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);