aboutsummaryrefslogtreecommitdiff
path: root/mail/postilion/files/patch-ab
blob: f0d874a70c0d6f4bdc73903f3056c545af3f922d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- imap-4.5.BETA/src/osdep/unix/os_bsi.h.orig	Sat Oct 19 12:30:04 1996
+++ imap-4.5.BETA/src/osdep/unix/os_bsi.h	Sun Feb 21 10:25:47 1999
@@ -37,7 +37,18 @@
 #include <unistd.h>
 #include <string.h>
 #include <sys/types.h>
+
+/*
+ * FreeBSD v3.x and onward whines about <sys/dir.h> being obsolete, so switch
+ * to POSIX semantics.
+ */
+#if	__FreeBSD__ >= 3
+#include <dirent.h>
+#define direct dirent
+#else
 #include <sys/dir.h>
+#endif
+
 #include <fcntl.h>
 #include <syslog.h>
 #include <sys/file.h>