summaryrefslogtreecommitdiff
path: root/palm/makeztxt/files/patch-libztxt::ztxt_process.c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-20 23:10:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-20 23:10:16 +0000
commit6d8202f80e34c0757e7ed6917e3218ff1a91552f (patch)
treed9c8aea3a5e4dd09e618f17283897e9f9a61f179 /palm/makeztxt/files/patch-libztxt::ztxt_process.c
parentWhoops. Forgot to add the md5 checksums. (diff)
makeztxt is a simple command line program that takes a plain ASCII text file
and compresses it into a zTXT database. makeztxt will remove newline characters at the end of lines that contain text so that the paragraphs flow better on the Palm screen. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
Notes
Notes: svn path=/head/; revision=68446
Diffstat (limited to 'palm/makeztxt/files/patch-libztxt::ztxt_process.c')
-rw-r--r--palm/makeztxt/files/patch-libztxt::ztxt_process.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/palm/makeztxt/files/patch-libztxt::ztxt_process.c b/palm/makeztxt/files/patch-libztxt::ztxt_process.c
new file mode 100644
index 000000000000..b874e67826d7
--- /dev/null
+++ b/palm/makeztxt/files/patch-libztxt::ztxt_process.c
@@ -0,0 +1,10 @@
+--- libztxt/ztxt_process.c.old Sat Mar 2 07:03:18 2002
++++ libztxt/ztxt_process.c Sun Sep 29 15:52:49 2002
+@@ -30,6 +30,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
++#include <sys/types.h>
+ #include <regex.h>
+ #include <zlib.h>
+ #include "ztxt.h"