diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-12-30 16:46:49 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-12-30 16:46:49 +0000 |
| commit | 338a207f4f75ad9cad730732d2cd42e5c76812bf (patch) | |
| tree | 6ffa6c86afcd1c1ec5bf93994b465ad984a01656 /sysutils/logtool/files/patch-ab | |
| parent | b92f33d4b2ee53baa1fef33dcaf30b81085d3ce6 (diff) | |
Add logtool 1.0.1, a command line program, that will parse syslog and
syslog-alike logfiles into a more palatable format.
PR: 23956
Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net>
Diffstat (limited to 'sysutils/logtool/files/patch-ab')
| -rw-r--r-- | sysutils/logtool/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/logtool/files/patch-ab b/sysutils/logtool/files/patch-ab new file mode 100644 index 000000000000..d157f7fb0176 --- /dev/null +++ b/sysutils/logtool/files/patch-ab @@ -0,0 +1,10 @@ +--- logtool/includes.h.orig Sat Dec 30 20:19:32 2000 ++++ logtool/includes.h Sat Dec 30 20:40:09 2000 +@@ -23,6 +23,7 @@ + #include<stdlib.h> + #include<string.h> + #include<getopt.h> ++#include<unistd.h> + #include<regex.h> + #include<errno.h> + |
