summaryrefslogtreecommitdiff
path: root/mail/pine/patches/patch-aj
blob: fd37913c5ec1b18df55e535e1145e6ed2de7c34a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** imap/ANSI/c-client/os_bsi.h.bak	Wed Feb  7 12:01:07 1996
--- imap/ANSI/c-client/os_bsi.h	Sun Jul 20 01:47:23 1997
***************
*** 36,42 ****
--- 36,47 ----
  #include <stdlib.h>
  #include <string.h>
  #include <sys/types.h>
+ #if (defined(BSD) && BSD >= 199306)
+ #include <dirent.h>
+ #define direct dirent
+ #else
  #include <sys/dir.h>
+ #endif
  #include <sys/uio.h>		/* needed for writev() prototypes */
  #include <fcntl.h>
  #include <syslog.h>