summaryrefslogtreecommitdiff
path: root/hebrew/pine/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'hebrew/pine/files/patch-aj')
-rw-r--r--hebrew/pine/files/patch-aj17
1 files changed, 17 insertions, 0 deletions
diff --git a/hebrew/pine/files/patch-aj b/hebrew/pine/files/patch-aj
new file mode 100644
index 000000000000..abe75ff54ef4
--- /dev/null
+++ b/hebrew/pine/files/patch-aj
@@ -0,0 +1,17 @@
+*** imap/src/osdep/unix/os_bsi.h.orig Thu Feb 13 07:25:33 1997
+--- imap/src/osdep/unix/os_bsi.h Fri Jul 10 00:12:36 1998
+***************
+*** 37,43 ****
+--- 37,48 ----
+ #include <unistd.h>
+ #include <string.h>
+ #include <sys/types.h>
++ #ifdef __FreeBSD__
++ #include <dirent.h>
++ #define direct dirent
++ #else
+ #include <sys/dir.h>
++ #endif
+ #include <fcntl.h>
+ #include <syslog.h>
+ #include <sys/file.h>