diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 23:27:25 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 23:27:25 +0100 |
commit | 238b6bccbab3b844079fa109d5cee096b81756d3 (patch) | |
tree | 136316a172b542efbaa096fa0bf9ed5e28690b44 /main/nmap/nmap-4.53-uclibc++-output.cc.patch | |
parent | 4b37d4e75716b602a0c0591f105ed1d7fe36d570 (diff) | |
download | aports-238b6bccbab3b844079fa109d5cee096b81756d3.tar.bz2 aports-238b6bccbab3b844079fa109d5cee096b81756d3.tar.xz |
Remove stale patches
Those are patches that are no longer applied by their packages
Diffstat (limited to 'main/nmap/nmap-4.53-uclibc++-output.cc.patch')
-rw-r--r-- | main/nmap/nmap-4.53-uclibc++-output.cc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/nmap/nmap-4.53-uclibc++-output.cc.patch b/main/nmap/nmap-4.53-uclibc++-output.cc.patch deleted file mode 100644 index 3253fc26b3..0000000000 --- a/main/nmap/nmap-4.53-uclibc++-output.cc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); |