]> git.pld-linux.org Git - packages/apache.git/blame - apache-db.patch
- removed apxs patch
[packages/apache.git] / apache-db.patch
CommitLineData
3a36821a
MM
1--- httpd-2.0.43/srclib/apr-util/dbm/apr_dbm_berkeleydb.c~ Wed Mar 13 20:40:47 2002
2+++ httpd-2.0.43/srclib/apr-util/dbm/apr_dbm_berkeleydb.c Sun Oct 27 14:19:45 2002
3@@ -195,7 +195,7 @@
4
5 #if DB_VER == 3
6 if ((dberr = db_create(&file.bdb, NULL, 0)) == 0) {
7- if ((dberr = (*file.bdb->open)(file.bdb, pathname, NULL,
8+ if ((dberr = (*file.bdb->open)(file.bdb, 0, pathname, NULL,
9 DB_HASH, dbmode,
10 apr_posix_perms2mode(perm))) != 0) {
11 /* close the DB handler */
This page took 0.186278 seconds and 4 git commands to generate.