aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2003-03-05 20:21:34 +0800
committerdougb <dougb@FreeBSD.org>2003-03-05 20:21:34 +0800
commitc2b404c83bf41a767a202c98accd44cafc14207e (patch)
tree5db356c0ad54611512d49b702f0c367f55f4f586 /mail
parent063844ca56c3689855b76a0dbb188f6dea504a0e (diff)
downloadfreebsd-ports-gnome-c2b404c83bf41a767a202c98accd44cafc14207e.tar.gz
freebsd-ports-gnome-c2b404c83bf41a767a202c98accd44cafc14207e.tar.zst
freebsd-ports-gnome-c2b404c83bf41a767a202c98accd44cafc14207e.zip
This patch is against a file no longer used by FreeBSD.
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>