diff options
Diffstat (limited to 'security/nmap/files/patch-tcpip.cc')
-rw-r--r-- | security/nmap/files/patch-tcpip.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nmap/files/patch-tcpip.cc b/security/nmap/files/patch-tcpip.cc index 4aab3767a8fd..493c12d4fcc0 100644 --- a/security/nmap/files/patch-tcpip.cc +++ b/security/nmap/files/patch-tcpip.cc @@ -1,6 +1,6 @@ ---- tcpip.cc.orig 2015-06-30 18:34:28 UTC +--- tcpip.cc.orig 2017-06-07 12:32:38 UTC +++ tcpip.cc -@@ -144,6 +144,8 @@ +@@ -151,6 +151,8 @@ #endif /* NETINET_IF_ETHER_H */ #endif /* HAVE_NETINET_IF_ETHER_H */ @@ -8,4 +8,4 @@ + extern NmapOps o; - #ifdef WIN32 + static PacketCounter PktCt; |