summaryrefslogtreecommitdiff
path: root/mail/panda-cclient
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2018-10-29 06:21:47 +0000
committerThierry Thomas <thierry@FreeBSD.org>2018-10-29 06:21:47 +0000
commit24031bf445a325989dcabb044016868f97c577b8 (patch)
treebbc5cb27d5f97d31152ed0b830338c0b7843ba5b /mail/panda-cclient
parentmath/py-cvxopt: Update 1.2.1 -> 1.2.2 (diff)
Remove a duplicate patch.
Reported by: fluffy
Notes
Notes: svn path=/head/; revision=483371
Diffstat (limited to 'mail/panda-cclient')
-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>