Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
M17N
libtabe
libtabe-db41.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libtabe-db41.diff of Package libtabe
--- src/tabe_tsidbint.c +++ src/tabe_tsidbint.c @@ -85,7 +85,7 @@ #ifndef HAVE_DB3 errno = db_open(db_name, DB_BTREE, DB_CREATE, 0644, NULL, NULL, &dbp); #else - errno = dbp->open(dbp, db_name, NULL, DB_BTREE, DB_CREATE, 0644); + errno = dbp->open(dbp, NULL, db_name, NULL, DB_BTREE, DB_CREATE, 0644); #endif } } @@ -94,14 +94,14 @@ #ifndef HAVE_DB3 errno = db_open(db_name, DB_BTREE, DB_RDONLY, 0444, NULL, NULL, &dbp); #else - errno = dbp->open(dbp, db_name, NULL, DB_BTREE, DB_RDONLY, 0444); + errno = dbp->open(dbp, NULL, db_name, NULL, DB_BTREE, DB_RDONLY, 0444); #endif } else { #ifndef HAVE_DB3 errno = db_open(db_name, DB_BTREE, 0, 0644, NULL, NULL, &dbp); #else - errno = dbp->open(dbp, db_name, NULL, DB_BTREE, 0, 0644); + errno = dbp->open(dbp, NULL, db_name, NULL, DB_BTREE, 0, 0644); #endif } } @@ -268,7 +268,7 @@ #ifdef HAVE_DB3_STAT3 errno = dbp->stat(dbp, &sp, 0); #else - errno = dbp->stat(dbp, &sp, NULL, 0); + errno = dbp->stat(dbp, NULL, &sp, 0); #endif if (!errno) { #ifndef HAVE_DB3 --- src/tabe_tsiyindbint.c +++ src/tabe_tsiyindbint.c @@ -88,7 +88,7 @@ #ifndef HAVE_DB3 errno = db_open(db_name, DB_BTREE, DB_CREATE, 0644, NULL, NULL, &dbp); #else - errno = dbp->open(dbp, db_name, NULL, DB_BTREE, DB_CREATE, 0644); + errno = dbp->open(dbp, NULL, db_name, NULL, DB_BTREE, DB_CREATE, 0644); #endif } } @@ -97,14 +97,14 @@ #ifndef HAVE_DB3 errno = db_open(db_name, DB_BTREE, DB_RDONLY, 0444, NULL, NULL, &dbp); #else - errno = dbp->open(dbp, db_name, NULL, DB_BTREE, DB_RDONLY, 0444); + errno = dbp->open(dbp, NULL, db_name, NULL, DB_BTREE, DB_RDONLY, 0444); #endif } else { #ifndef HAVE_DB3 errno = db_open(db_name, DB_BTREE, 0, 0644, NULL, NULL, &dbp); #else - errno = dbp->open(dbp, db_name, NULL, DB_BTREE, 0, 0644); + errno = dbp->open(dbp, NULL, db_name, NULL, DB_BTREE, 0, 0644); #endif } } @@ -271,7 +271,7 @@ #ifdef HAVE_DB3_STAT3 errno = dbp->stat(dbp, &sp, 0); #else - errno = dbp->stat(dbp, &sp, NULL, 0); + errno = dbp->stat(dbp, NULL, &sp, 0); #endif if (!errno) { #ifndef HAVE_DB3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor