freebsd-ports/security/nmap/files/patch-output.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

10 lines
194 B
C++

--- output.cc.orig 2016-01-13 20:53:39 UTC
+++ output.cc
@@ -148,6 +148,7 @@
#include <set>
#include <vector>
#include <list>
+#include <sys/param.h>
#include <sstream>
extern NmapOps o;