diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-01-12 18:47:04 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-01-12 18:47:04 +0000 |
commit | 8eab677955e80c4559cf3e5a5eb89ed3c72574e6 (patch) | |
tree | 0e0e93ac566caf6f437100b6627d65e174dec3f6 /sysutils/logtool-devel/files/patch-ab | |
parent | - in usage message mention restart option, which is actually: (diff) |
Update to 1.0.2 and install documents.
PR: ports/24205
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=37147
Diffstat (limited to 'sysutils/logtool-devel/files/patch-ab')
-rw-r--r-- | sysutils/logtool-devel/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/logtool-devel/files/patch-ab b/sysutils/logtool-devel/files/patch-ab index d157f7fb0176..7788159c0f29 100644 --- a/sysutils/logtool-devel/files/patch-ab +++ b/sysutils/logtool-devel/files/patch-ab @@ -1,9 +1,9 @@ ---- 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 @@ +--- logtool/includes.h.orig Wed Jan 10 04:18:00 2001 ++++ logtool/includes.h Wed Jan 10 04:20:00 2001 +@@ -22,6 +22,7 @@ + #include<stdio.h> #include<stdlib.h> #include<string.h> - #include<getopt.h> +#include<unistd.h> #include<regex.h> #include<errno.h> |