diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2018-01-30 21:02:54 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2018-01-30 21:02:54 +0000 |
commit | 89768ae6bbab66466c3e1217908eaedf1b45178c (patch) | |
tree | f1c997641bf4e0f504f43726364016afc8a69eab /security/nmap/files/patch-tcpip.cc | |
parent | games/openra: NUGET_PACKAGEDIR is a symlink after r460430 (diff) |
- update to 7.60
- regenerate patches with makepatch
PR: ports/221522
Notes
Notes:
svn path=/head/; revision=460437
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; |