diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-12-18 09:54:34 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-12-18 09:54:34 +0000 |
commit | 82532935fcfd751b95ee325edf50d69463faa161 (patch) | |
tree | bf6da21c6be00d6fcf86618b81760a64eb246b56 /mail/cclient-maildir/files/patch-aa | |
parent | Update to version 0.895. (diff) |
Remove the cclient-maildir port as the third-party patches have become
too out-of-sync with the c-client codebase to maintain.
Notes
Notes:
svn path=/head/; revision=36055
Diffstat (limited to 'mail/cclient-maildir/files/patch-aa')
-rw-r--r-- | mail/cclient-maildir/files/patch-aa | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/cclient-maildir/files/patch-aa b/mail/cclient-maildir/files/patch-aa deleted file mode 100644 index 4615f235b3fb..000000000000 --- a/mail/cclient-maildir/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ ---- src/osdep/unix/os_bsi.h.orig Sat Oct 19 20:30:04 1996 -+++ src/osdep/unix/os_bsi.h Sun May 24 10:46:33 1998 -@@ -37,7 +37,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> |