diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-09-09 07:05:54 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-09-09 07:05:54 +0000 |
commit | ebaf6e99ffee73a290406815d353e2d902fc244a (patch) | |
tree | af3d7da3d63a64e0ad56a053d01c3b5293badd80 /net-analyzer/nmap/files | |
parent | removed LDFLAGS from krb5-config -> bug #184668 (diff) | |
download | historical-ebaf6e99ffee73a290406815d353e2d902fc244a.tar.gz historical-ebaf6e99ffee73a290406815d353e2d902fc244a.tar.bz2 historical-ebaf6e99ffee73a290406815d353e2d902fc244a.zip |
Version bump (bug #237121).
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64
Diffstat (limited to 'net-analyzer/nmap/files')
-rw-r--r-- | net-analyzer/nmap/files/nmap-4.75-include.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/nmap/files/nmap-4.75-include.patch b/net-analyzer/nmap/files/nmap-4.75-include.patch new file mode 100644 index 000000000000..d8105ce78bb4 --- /dev/null +++ b/net-analyzer/nmap/files/nmap-4.75-include.patch @@ -0,0 +1,13 @@ +diff -Naurp nmap-4.75-orig/nmap_dns.h nmap-4.75/nmap_dns.h +--- nmap-4.75-orig/nmap_dns.h 2008-09-09 08:51:59.000000000 +0200 ++++ nmap-4.75/nmap_dns.h 2008-09-09 08:52:19.000000000 +0200 +@@ -95,6 +95,9 @@ + * * + ***************************************************************************/ + ++#include <list> ++#include <string> ++ + class Target; + + void nmap_mass_rdns(Target ** targets, int num_targets); |