summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-libdnet-stripped_src_intf.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/nmap/files/patch-libdnet-stripped_src_intf.c')
-rw-r--r--security/nmap/files/patch-libdnet-stripped_src_intf.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/nmap/files/patch-libdnet-stripped_src_intf.c b/security/nmap/files/patch-libdnet-stripped_src_intf.c
new file mode 100644
index 000000000000..188374dfaaee
--- /dev/null
+++ b/security/nmap/files/patch-libdnet-stripped_src_intf.c
@@ -0,0 +1,11 @@
+--- libdnet-stripped/src/intf.c.orig 2016-07-27 20:11:27 UTC
++++ libdnet-stripped/src/intf.c
+@@ -163,7 +163,7 @@ intf_open(void)
+ #if defined(SIOCGLIFCONF) || defined(SIOCGIFNETMASK_IN6) || defined(SIOCGIFNETMASK6)
+ if ((intf->fd6 = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) {
+ # ifdef EPROTONOSUPPORT
+- if (errno != EPROTONOSUPPORT)
++ if (errno != EPROTONOSUPPORT && errno != EAFNOSUPPORT)
+ # endif
+ return (intf_close(intf));
+ }