diff options
Diffstat (limited to 'mail/pine4/files/patch-aj')
-rw-r--r-- | mail/pine4/files/patch-aj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-aj b/mail/pine4/files/patch-aj new file mode 100644 index 0000000..9a9d853 --- /dev/null +++ b/mail/pine4/files/patch-aj @@ -0,0 +1,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> ++ #ifdef __FreeBSD__ ++ #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> |