diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-03 05:54:50 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-03 05:54:50 +0000 |
commit | 805e567768a5b17638baea19239da4510dc0cf88 (patch) | |
tree | 66eaf068a43a2932fb0985a909187454f01cf97a /mail/perdition/files/patch-perdition-db-bdb-perditiondb_bdb.h | |
parent | Update to 20030619. (diff) |
1. update to 1.11
2. Add many knobs.
3. pass maintainer ship to Clement Laforet <sheepkiller@cultdeadsheep.org>
PR: 53358
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notification by: daichi
Notes
Notes:
svn path=/head/; revision=84108
Diffstat (limited to 'mail/perdition/files/patch-perdition-db-bdb-perditiondb_bdb.h')
-rw-r--r-- | mail/perdition/files/patch-perdition-db-bdb-perditiondb_bdb.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/perdition/files/patch-perdition-db-bdb-perditiondb_bdb.h b/mail/perdition/files/patch-perdition-db-bdb-perditiondb_bdb.h new file mode 100644 index 000000000000..5ae7e6598c7a --- /dev/null +++ b/mail/perdition/files/patch-perdition-db-bdb-perditiondb_bdb.h @@ -0,0 +1,11 @@ +--- perdition/db/bdb/perditiondb_bdb.h.orig Sun Jun 15 18:38:52 2003 ++++ perdition/db/bdb/perditiondb_bdb.h Sun Jun 15 18:39:05 2003 +@@ -29,7 +29,7 @@ + #include <unistd.h> + #include <stdlib.h> + #include <ctype.h> +-#include <db.h> ++#include <db3/db.h> + #include "log.h" + + #ifndef PERDITIONDB_BDB_SYSCONFDIR |