summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-aj
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-07-19 23:27:37 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-07-19 23:27:37 +0000
commitdf8ac976a669d7cd53e6703c975c4fb17902ba8e (patch)
tree5901a01cd4adec1c0a09c18df5861243d5b20538 /mail/pine4/files/patch-aj
parentFix http address in DESCR (diff)
1) sys/dir -> dirent
2) Do not convert 8bit to binary for large text messages with many 8bit chars, it cause large Russian mail to be always BASE64 encoded.
Diffstat (limited to '')
-rw-r--r--mail/pine4/files/patch-aj17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-aj b/mail/pine4/files/patch-aj
new file mode 100644
index 000000000000..9a9d853c0b35
--- /dev/null
+++ b/mail/pine4/files/patch-aj
@@ -0,0 +1,17 @@
+*** imap/ANSI/c-client/os_bsi.h.bak Wed Feb 7 12:01:07 1996
+--- imap/ANSI/c-client/os_bsi.h Sun Jul 20 01:47:23 1997
+***************
+*** 36,42 ****
+--- 36,47 ----
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/types.h>
++ #ifdef __FreeBSD__
++ #include <dirent.h>
++ #define direct dirent
++ #else
+ #include <sys/dir.h>
++ #endif
+ #include <sys/uio.h> /* needed for writev() prototypes */
+ #include <fcntl.h>
+ #include <syslog.h>