From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/nmap/patches/patch-output_cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/nmap/patches/patch-output_cc (limited to 'package/nmap/patches/patch-output_cc') diff --git a/package/nmap/patches/patch-output_cc b/package/nmap/patches/patch-output_cc new file mode 100644 index 000000000..cdabf2449 --- /dev/null +++ b/package/nmap/patches/patch-output_cc @@ -0,0 +1,12 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- nmap-4.76.orig/output.cc 2008-09-10 20:32:35.000000000 +0200 ++++ nmap-4.76/output.cc 2008-10-29 13:29:04.000000000 +0100 +@@ -2003,7 +2003,7 @@ struct data_file_record { + + /* Compares this record to another. First compare the directory names, then + compare the file names. */ +- bool operator<(const struct data_file_record& other) { ++ bool operator<(const struct data_file_record& other) const { + int cmp; + + cmp = dir.compare(other.dir); -- cgit v1.2.3