From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- main/nmap/nmap-4.53-uclibc++-output.cc.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/nmap/nmap-4.53-uclibc++-output.cc.patch (limited to 'main/nmap/nmap-4.53-uclibc++-output.cc.patch') diff --git a/main/nmap/nmap-4.53-uclibc++-output.cc.patch b/main/nmap/nmap-4.53-uclibc++-output.cc.patch new file mode 100644 index 00000000..3253fc26 --- /dev/null +++ b/main/nmap/nmap-4.53-uclibc++-output.cc.patch @@ -0,0 +1,11 @@ +--- nmap/output.cc.orig 2007-12-15 09:54:07.000000000 -0800 ++++ nmap/output.cc 2007-12-15 09:54:19.000000000 -0800 +@@ -1904,7 +1904,7 @@ + + /* 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