diff options
Diffstat (limited to 'security/nmap/files/patch-nbase::getopt.h')
-rw-r--r-- | security/nmap/files/patch-nbase::getopt.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/security/nmap/files/patch-nbase::getopt.h b/security/nmap/files/patch-nbase::getopt.h deleted file mode 100644 index 6f83861620ed..000000000000 --- a/security/nmap/files/patch-nbase::getopt.h +++ /dev/null @@ -1,14 +0,0 @@ ---- nbase/getopt.h.orig Sat Mar 29 22:29:42 2003 -+++ nbase/getopt.h Sat Mar 29 22:47:18 2003 -@@ -100,7 +100,11 @@ - errors, only prototype getopt for the GNU C library. */ - extern int getopt (int argc, char *const *argv, const char *shortopts); - #else /* not __GNU_LIBRARY__ */ -+#if FREEBSD -+#include <unistd.h> -+#else - extern int getopt (); -+#endif - #endif /* __GNU_LIBRARY__ */ - extern int getopt_long (int argc, char *const *argv, const char *shortopts, - const struct option *longopts, int *longind); |