packages/net/nmap/patches/001-cross_compile.patch
acoul ca11757e4e net/nmap: update nmap to 5.35DC1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-13 15:13:18 +00:00

12 lines
367 B
Diff

--- a/output.cc
+++ b/output.cc
@@ -2240,7 +2240,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);