ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / nmap / uclibc++-output.cc.patch
blobc095f0f4c94a3f94b3eb88530de5dd4e9ebab759
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
3 @@ -1886,7 +1886,7 @@
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 {
9 int cmp;
11 cmp = dir.compare(other.dir);