diff options
author | dougb <dougb@FreeBSD.org> | 2003-03-05 20:21:34 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-03-05 20:21:34 +0800 |
commit | c2b404c83bf41a767a202c98accd44cafc14207e (patch) | |
tree | 5db356c0ad54611512d49b702f0c367f55f4f586 /mail | |
parent | 063844ca56c3689855b76a0dbb188f6dea504a0e (diff) | |
download | freebsd-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-aj | 17 |
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> |