aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2018-10-29 14:21:47 +0800
committerthierry <thierry@FreeBSD.org>2018-10-29 14:21:47 +0800
commite479b0ba5d196f4c7b1fae8079ba4b85481475e7 (patch)
treebbc5cb27d5f97d31152ed0b830338c0b7843ba5b /mail
parent422bd519b3ccb14b7fdfa42967c48f4cfaec05e8 (diff)
downloadfreebsd-ports-gnome-e479b0ba5d196f4c7b1fae8079ba4b85481475e7.tar.gz
freebsd-ports-gnome-e479b0ba5d196f4c7b1fae8079ba4b85481475e7.tar.zst
freebsd-ports-gnome-e479b0ba5d196f4c7b1fae8079ba4b85481475e7.zip
Remove a duplicate patch.
Reported by: fluffy
Diffstat (limited to 'mail')
-rw-r--r--mail/panda-cclient/files/patch-src_osdep_unix_os_bsi.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/panda-cclient/files/patch-src_osdep_unix_os_bsi.h b/mail/panda-cclient/files/patch-src_osdep_unix_os_bsi.h
deleted file mode 100644
index ade4d1289237..000000000000
--- a/mail/panda-cclient/files/patch-src_osdep_unix_os_bsi.h
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/osdep/unix/os_bsi.h.orig Wed Apr 11 10:53:03 2001
-+++ src/osdep/unix/os_bsi.h Wed Apr 11 10:55:32 2001
-@@ -22,7 +22,18 @@
- #include <unistd.h>
- #include <string.h>
- #include <sys/types.h>
-+
-+/*
-+ * FreeBSD v3.x and onward whines about <sys/dir.h> being obsolete, so switch
-+ * to POSIX semantics.
-+ */
-+#if __FreeBSD__ >= 3
-+#include <dirent.h>
-+#define direct dirent
-+#else
- #include <sys/dir.h>
-+#endif
-+
- #include <fcntl.h>
- #include <syslog.h>
- #include <sys/file.h>