diff options
Diffstat (limited to 'mail/isync/patches/patch-ad')
-rw-r--r-- | mail/isync/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/isync/patches/patch-ad b/mail/isync/patches/patch-ad new file mode 100644 index 00000000000..78e4c9675c6 --- /dev/null +++ b/mail/isync/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 2002/12/07 15:12:41 cjep Exp $ + +--- isync.h.orig Wed Jan 16 19:47:28 2002 ++++ isync.h +@@ -25,7 +25,7 @@ + #if HAVE_LIBSSL + #include <openssl/ssl.h> + #endif +-#include <db.h> ++#include <ndbm.h> + #include "debug.h" + + typedef struct |