diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-08-21 20:46:33 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-08-21 20:46:33 +0000 |
commit | d6a00af6f5f6cc94355f4cf8efddaec89b6cfabe (patch) | |
tree | 690d9602e048736b7640ff9fb565fb420b8d824e /mail/cyrus-imapd23/files/patch-dh | |
parent | Add man pages. (diff) |
Update to 2.1.7.
Notes
Notes:
svn path=/head/; revision=64769
Diffstat (limited to 'mail/cyrus-imapd23/files/patch-dh')
-rw-r--r-- | mail/cyrus-imapd23/files/patch-dh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/cyrus-imapd23/files/patch-dh b/mail/cyrus-imapd23/files/patch-dh deleted file mode 100644 index fc6d23de6227..000000000000 --- a/mail/cyrus-imapd23/files/patch-dh +++ /dev/null @@ -1,15 +0,0 @@ -Index: lib/cyrusdb_skiplist.c -diff -u lib/cyrusdb_skiplist.c.orig lib/cyrusdb_skiplist.c ---- lib/cyrusdb_skiplist.c.orig Wed Apr 24 03:25:48 2002 -+++ lib/cyrusdb_skiplist.c Thu May 2 04:18:15 2002 -@@ -67,6 +67,10 @@ - #include "lock.h" - #include "retry.h" - -+#ifndef O_DSYNC -+#define O_DSYNC O_FSYNC -+#endif -+ - #define PROB (0.5) - - /* |