aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-03-05 12:21:34 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-03-05 12:21:34 +0000
commit6e2f5c94d18f56ac19504e63b329420e10e4e3f0 (patch)
tree9ac756d677e450a74daecc28b3ec7030f39a70f1 /mail
parent6096dc3c249d37623b0229950740740f92c5017a (diff)
downloadports-6e2f5c94d18f56ac19504e63b329420e10e4e3f0.tar.gz
ports-6e2f5c94d18f56ac19504e63b329420e10e4e3f0.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/pine4/files/patch-aj17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/pine4/files/patch-aj b/mail/pine4/files/patch-aj
deleted file mode 100644
index 1737ed6a020a..000000000000
--- a/mail/pine4/files/patch-aj
+++ /dev/null
@@ -1,17 +0,0 @@
-*** imap/src/osdep/unix/os_bsi.h.orig Tue Feb 6 14:29:32 2001
---- imap/src/osdep/unix/os_bsi.h Fri Sep 28 00:19:45 2001
-***************
-*** 22,28 ****
---- 22,33 ----
- #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>