Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-4.75-include.patch
Date: Tue, 09 Sep 2008 07:05:58
Message-Id: E1KcxIQ-0005u0-Vu@stork.gentoo.org
1 spock 08/09/09 07:05:54
2
3 Added: nmap-4.75-include.patch
4 Log:
5 Version bump (bug #237121).
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64)
7
8 Revision Changes Path
9 1.1 net-analyzer/nmap/files/nmap-4.75-include.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-4.75-include.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-4.75-include.patch?rev=1.1&content-type=text/plain
13
14 Index: nmap-4.75-include.patch
15 ===================================================================
16 diff -Naurp nmap-4.75-orig/nmap_dns.h nmap-4.75/nmap_dns.h
17 --- nmap-4.75-orig/nmap_dns.h 2008-09-09 08:51:59.000000000 +0200
18 +++ nmap-4.75/nmap_dns.h 2008-09-09 08:52:19.000000000 +0200
19 @@ -95,6 +95,9 @@
20 * *
21 ***************************************************************************/
22
23 +#include <list>
24 +#include <string>
25 +
26 class Target;
27
28 void nmap_mass_rdns(Target ** targets, int num_targets);