ports/security/nmap/files/patch-tcpip.cc
Olli Hauer 9b743fa397 - upate to version 7.10
- remove support for custom IPv4 only kernel [1]

Short summary:
- 12 new NSE scripts
- hundreds of new OS/version fingerprints
- dozens if smaller improvements and bug fixes

Full Changelog:
 https://nmap.org/changelog.html

[1] nmap does no longer build agains custom kernel without IPv6!
2016-03-17 21:29:58 +00:00

12 lines
209 B
C++

--- tcpip.cc.orig 2015-06-30 18:34:28 UTC
+++ tcpip.cc
@@ -144,6 +144,8 @@
#endif /* NETINET_IF_ETHER_H */
#endif /* HAVE_NETINET_IF_ETHER_H */
+#include <sys/param.h>
+
extern NmapOps o;
#ifdef WIN32