aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rdfdb/files/patch-librdf_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rdfdb/files/patch-librdf_db.c')
-rw-r--r--databases/rdfdb/files/patch-librdf_db.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/rdfdb/files/patch-librdf_db.c b/databases/rdfdb/files/patch-librdf_db.c
deleted file mode 100644
index 28f7c9bfc4dd..000000000000
--- a/databases/rdfdb/files/patch-librdf_db.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- librdf/db.c.orig Tue Oct 3 20:23:27 2000
-+++ librdf/db.c Mon Jan 2 12:06:39 2006
-@@ -169,7 +169,11 @@
- }
- }
-
-+#if DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR > 40
-+ err = (*db)->open(*db, NULL, name, NULL, type, DB_CREATE | DB_THREAD , 0664);
-+#else
- err = (*db)->open(*db, name, NULL, type, DB_CREATE | DB_THREAD , 0664);
-+#endif
- if (err) {
- printf("Problems opening %s : %s\n", name, db_strerror(err));
- return err;