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 0a5e44aa58 Upgrade to 4.02,
Submitted by:	maintainer
1998-07-30 12:30:41 +00:00

16 lines
371 B
Plaintext

--- imap/src/osdep/unix/os_bsi.h.orig Sat Jul 11 17:29:33 1998
+++ imap/src/osdep/unix/os_bsi.h Tue Jul 28 08:34:59 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>