|
|
@@ -92,34 +92,3 @@ Index: imap/mboxname.c
|
|
|
namelen = cp - name;
|
|
|
|
|
|
|
|
|
-Index: lib/cyrusdb_berkeley.c
|
|
|
---- lib/cyrusdb_berkeley.c.orig 2004-03-11 19:36:44 +0100
|
|
|
-+++ lib/cyrusdb_berkeley.c 2004-11-13 13:48:28 +0100
|
|
|
-@@ -104,7 +104,7 @@
|
|
|
- exit(EC_TEMPFAIL);
|
|
|
- }
|
|
|
-
|
|
|
--static void db_err(const char *db_prfx, char *buffer)
|
|
|
-+static void db_err(const DB_ENV *dbenv, const char *db_prfx, const char *buffer)
|
|
|
- {
|
|
|
- syslog(LOG_WARNING, "DBERROR %s: %s", db_prfx, buffer);
|
|
|
- }
|
|
|
-Index: lib/imapopts.h
|
|
|
---- lib/imapopts.h.orig 2005-02-14 18:59:46 +0100
|
|
|
-+++ lib/imapopts.h 2005-09-24 17:44:27 +0200
|
|
|
-@@ -178,7 +178,6 @@
|
|
|
-
|
|
|
- };
|
|
|
-
|
|
|
--extern struct imapopt_s imapopts[];
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-@@ -236,5 +235,7 @@
|
|
|
-
|
|
|
- };
|
|
|
-
|
|
|
-+extern struct imapopt_s imapopts[];
|
|
|
-+
|
|
|
- #endif /* INCLUDED_IMAPOPTIONS_H */
|
|
|
-
|