mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
615932e686
PR: 14575 Submitted by: maintainer
16 lines
371 B
Plaintext
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>
|