diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-08 20:11:04 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-08 20:11:04 +0000 |
commit | 013f4c87edd89581ad5e1fba01dd93bdcc92f58f (patch) | |
tree | 84fcc7d853ed38a63fcb22b93d9b74214181ce88 /www/logtools/files/patch-clfsplit.cpp | |
parent | Update to 7.4.2, and pass maintainership to submitter. (diff) |
Stage, and fix build with clang.
PR: 191377
Submitted by: tkato432@yahoo.com
Diffstat (limited to 'www/logtools/files/patch-clfsplit.cpp')
-rw-r--r-- | www/logtools/files/patch-clfsplit.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/logtools/files/patch-clfsplit.cpp b/www/logtools/files/patch-clfsplit.cpp new file mode 100644 index 000000000000..3bc487017665 --- /dev/null +++ b/www/logtools/files/patch-clfsplit.cpp @@ -0,0 +1,11 @@ +--- clfsplit.cpp.orig Tue Jan 8 17:41:53 2002 ++++ clfsplit.cpp Tue Jan 8 17:41:18 2002 +@@ -199,7 +199,7 @@ + MAP m; + FILE *input = stdin; + bool new_input = false; +- optind = 0; ++ optind = 1; + while(-1 != (int_c = getopt(argc, argv, "d:i:f:s:")) ) + { + switch(char(int_c)) |