diff options
Diffstat (limited to 'www/logtools/files/patch-aa')
-rw-r--r-- | www/logtools/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/logtools/files/patch-aa b/www/logtools/files/patch-aa deleted file mode 100644 index 396944cd5a03..000000000000 --- a/www/logtools/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- clfmerge.cpp.orig Tue Jan 8 17:15:37 2002 -+++ clfmerge.cpp Tue Jan 8 17:14:06 2002 -@@ -201,7 +201,7 @@ - unsigned int map_items = 0; - bool set_map_items = false, domain_mangling = false; - int int_c; -- optind = 0; -+ optind = 1; - while(-1 != (int_c = getopt(argc, argv, "b:hd")) ) - { - switch(char(int_c)) |