summaryrefslogtreecommitdiff
path: root/mail/mmc/files/patch-ac
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-25 16:18:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-25 16:18:17 +0000
commitfbc434b8fb0da40c30fe8858a549d46005a43c93 (patch)
tree5d4197dc63628b92a4358c463ef831d20630e54d /mail/mmc/files/patch-ac
parentadd dictd, dict protocol (RFC 2229) server (diff)
Update to 0.5.
Diffstat (limited to 'mail/mmc/files/patch-ac')
-rw-r--r--mail/mmc/files/patch-ac24
1 files changed, 15 insertions, 9 deletions
diff --git a/mail/mmc/files/patch-ac b/mail/mmc/files/patch-ac
index 28f201be2b53..e6e7b9f365d9 100644
--- a/mail/mmc/files/patch-ac
+++ b/mail/mmc/files/patch-ac
@@ -1,13 +1,19 @@
---- src/address.h 2000/07/21 13:28:27 1.1
-+++ src/address.h 2000/07/21 13:30:50
-@@ -23,8 +23,8 @@
- #ifndef __MMC_ADDRESS_H
- #define __MMC_ADDRESS_H
+
+$FreeBSD$
+
+--- src/address.h.orig Sun Jan 14 01:12:18 2001
++++ src/address.h Thu Jan 25 17:46:23 2001
+@@ -27,11 +27,12 @@
+ #include<config.h>
+ #endif
-#include <alloca.h>
--#include <db1/db.h>
-+/*#include <alloca.h>*/
-+#include <db.h>
+ #if defined(HAVE_DB1_DB_H)
+ # include<db1/db.h>
+ #elif defined(HAVE_DB_185_H)
+ # include <db_185.h>
++#else
++# include <db.h>
+ #endif
#include <errno.h>
#include <fcntl.h>
- #include <stdio.h>