diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2018-10-29 06:21:47 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2018-10-29 06:21:47 +0000 |
commit | 24031bf445a325989dcabb044016868f97c577b8 (patch) | |
tree | bbc5cb27d5f97d31152ed0b830338c0b7843ba5b /mail/panda-cclient | |
parent | d63d1070b60a7ecf910088c965040a166e371f57 (diff) | |
download | ports-24031bf445a325989dcabb044016868f97c577b8.tar.gz ports-24031bf445a325989dcabb044016868f97c577b8.zip |
Notes
Diffstat (limited to 'mail/panda-cclient')
-rw-r--r-- | mail/panda-cclient/files/patch-src_osdep_unix_os_bsi.h | 21 |
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> |