1 --- nmap/output.cc.orig 2007-12-15 09:54:07.000000000 -0800
2 +++ nmap/output.cc 2007-12-15 09:54:19.000000000 -0800
5 /* Compares this record to another. First compare the directory names, then
6 compare the file names. */
7 - bool operator<(const struct data_file_record& other) {
8 + bool operator<(const struct data_file_record& other) const {
11 cmp = dir.compare(other.dir);