summaryrefslogtreecommitdiff
path: root/rpmdb
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-08-06 11:27:27 +0000
committerjbj <devnull@localhost>2001-08-06 11:27:27 +0000
commite699b8fab3f25912141fd1cefc1cc0375b3dd9be (patch)
tree290779dd36df0ccbd20bc365108346c5091a7086 /rpmdb
parent682c9534adb618becfa7565a4f45eea5e8f2bb2a (diff)
downloadlibrpm-tizen-e699b8fab3f25912141fd1cefc1cc0375b3dd9be.tar.gz
librpm-tizen-e699b8fab3f25912141fd1cefc1cc0375b3dd9be.tar.bz2
librpm-tizen-e699b8fab3f25912141fd1cefc1cc0375b3dd9be.zip
- portability: some compilers squawk at return ((void) foo()) (#50419).
- remove fdFileno() from librpmio, use inline version instead (#50420). - fix: linux find-requires needs quotes around [:blank:]. - remove /var/lib/rpm/__db* cache files if %__dbi_cdb is not configured. - python: add hiesenbug patch. CVS patchset: 5005 CVS date: 2001/08/06 11:27:27
Diffstat (limited to 'rpmdb')
-rw-r--r--rpmdb/rpmdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/rpmdb.c b/rpmdb/rpmdb.c
index d13fc79dc..9171604bc 100644
--- a/rpmdb/rpmdb.c
+++ b/rpmdb/rpmdb.c
@@ -868,7 +868,7 @@ static int openDatabase(/*@null@*/ const char * prefix,
if (!_initialized || dbiTagsMax == 0) {
-#if 0
+#if 1
static int _enable_cdb = -1;
/* XXX hack in suoport for CDB, otherwise nuke the state. */