mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
6d8202f80e
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>
11 lines
216 B
C
11 lines
216 B
C
--- libztxt/ztxt_set.c.old Sat Mar 2 07:03:18 2002
|
|
+++ libztxt/ztxt_set.c Sun Sep 29 15:52:21 2002
|
|
@@ -28,6 +28,7 @@
|
|
*/
|
|
|
|
#include <string.h>
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include "ztxt.h"
|
|
|