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
Steve Price 615932e686 Update to version 4.20.
PR:		14575
Submitted by:	maintainer
1999-11-01 00:41:02 +00:00

16 lines
371 B
Plaintext

--- imap/src/osdep/unix/os_bsi.h.orig Tue Feb 9 14:46:59 1999
+++ imap/src/osdep/unix/os_bsi.h Thu Oct 14 10:53:41 1999
@@ -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>