summaryrefslogtreecommitdiff
path: root/net/nmap/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'net/nmap/patches/patch-ag')
-rw-r--r--net/nmap/patches/patch-ag14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/nmap/patches/patch-ag b/net/nmap/patches/patch-ag
deleted file mode 100644
index 2e4f27e94b1..00000000000
--- a/net/nmap/patches/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2005/05/31 09:13:19 salo Exp $
-
---- nbase/nbase_misc.c.orig 2005-05-31 08:30:08.000000000 +0200
-+++ nbase/nbase_misc.c
-@@ -101,7 +101,9 @@
-
- #ifndef WIN32
- #include <errno.h>
-+#ifndef errno
- extern int errno;
-+#endif
- #else
- #include <winsock2.h>
- #endif