summaryrefslogtreecommitdiff
path: root/mail/evolution/files/patch-e-util::e-dbhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution/files/patch-e-util::e-dbhash.c')
-rw-r--r--mail/evolution/files/patch-e-util::e-dbhash.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-e-util::e-dbhash.c b/mail/evolution/files/patch-e-util::e-dbhash.c
new file mode 100644
index 000000000000..438c608362ae
--- /dev/null
+++ b/mail/evolution/files/patch-e-util::e-dbhash.c
@@ -0,0 +1,21 @@
+
+$FreeBSD$
+
+--- e-util/e-dbhash.c 2001/12/06 10:25:50 1.1
++++ e-util/e-dbhash.c 2001/12/06 10:26:28
+@@ -33,6 +33,7 @@
+ DB *db;
+ int rv;
+
++#if 0
+ int major, minor, patch;
+
+ db_version (&major, &minor, &patch);
+@@ -43,6 +44,7 @@
+ g_warning ("Wrong version of libdb.");
+ return NULL;
+ }
++#endif
+
+ /* Attempt to open the database */
+ rv = db_create (&db, NULL, 0);