opnsense-ports/emulators/vba/files/patch-src-getopt.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
413 B
C

--- src/getopt.h.orig Sun Oct 9 23:31:12 2005
+++ src/getopt.h Sun Oct 9 23:31:25 2005
@@ -112,7 +112,7 @@
extern int getopt (int argc, char *const *argv, const char *shortopts);
#else /* not __GNU_LIBRARY__ */
# if !defined (HAVE_DECL_GETOPT)
-extern int getopt ();
+//extern int getopt ();
# endif
#endif /* __GNU_LIBRARY__ */
extern int getopt_long (int argc, char *const *argv, const char *shortopts,