1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/pine4/files/patch-aj
Andrey A. Chernov 9d53204d89 Pine 4.00 port
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
1998-07-18 05:49:22 +00:00

18 lines
410 B
Plaintext

*** imap/src/osdep/unix/os_bsi.h.orig Thu Feb 13 07:25:33 1997
--- imap/src/osdep/unix/os_bsi.h Fri Jul 10 00:12:36 1998
***************
*** 37,43 ****
--- 37,48 ----
#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>