]> git.pld-linux.org Git - packages/apache.git/commitdiff
- db4.1 patch
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 27 Oct 2002 14:51:16 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-db.patch -> 1.1

apache-db.patch [new file with mode: 0644]

diff --git a/apache-db.patch b/apache-db.patch
new file mode 100644 (file)
index 0000000..a9597e2
--- /dev/null
@@ -0,0 +1,11 @@
+--- httpd-2.0.43/srclib/apr-util/dbm/apr_dbm_berkeleydb.c~     Wed Mar 13 20:40:47 2002
++++ httpd-2.0.43/srclib/apr-util/dbm/apr_dbm_berkeleydb.c      Sun Oct 27 14:19:45 2002
+@@ -195,7 +195,7 @@
+ #if DB_VER == 3
+         if ((dberr = db_create(&file.bdb, NULL, 0)) == 0) {
+-            if ((dberr = (*file.bdb->open)(file.bdb, pathname, NULL, 
++            if ((dberr = (*file.bdb->open)(file.bdb, 0,  pathname, NULL, 
+                                            DB_HASH, dbmode, 
+                                            apr_posix_perms2mode(perm))) != 0) {
+                 /* close the DB handler */
This page took 0.033129 seconds and 4 git commands to generate.