1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/chinese/pine4/files/patch-ab
Vanilla I. Shu e144099054 Upgrade to 4.00
Submitted by:	Liang Tai-hwa <avatar@www.mmlab.cse.yzu.edu.tw>
1998-07-21 14:11:48 +00:00

16 lines
371 B
Plaintext

--- imap/src/osdep/unix/os_bsi.h.orig Thu Feb 13 13:25:33 1997
+++ imap/src/osdep/unix/os_bsi.h Wed Jul 15 17:02:29 1998
@@ -37,7 +37,12 @@
#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>