summaryrefslogtreecommitdiff
path: root/rpmdb/rpmdb.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-01-06 22:12:44 +0000
committerjbj <devnull@localhost>2002-01-06 22:12:44 +0000
commitce922f5bdf08eb9058c7ba60c551df2704ae4c26 (patch)
tree2c3f73aaa825aa86e76e1fc3ad51ed5889956e8a /rpmdb/rpmdb.h
parent350d7592de623c3c236e45c103981d1e55f5e5d4 (diff)
downloadrpm-ce922f5bdf08eb9058c7ba60c551df2704ae4c26.tar.gz
- handle lazy db open's in chroot with absolute path, not prefix strip.
CVS patchset: 5239 CVS date: 2002/01/06 22:12:44
Diffstat (limited to 'rpmdb/rpmdb.h')
-rw-r--r--rpmdb/rpmdb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpmdb/rpmdb.h b/rpmdb/rpmdb.h
index 10cb0880f..6c917e7af 100644
--- a/rpmdb/rpmdb.h
+++ b/rpmdb/rpmdb.h
@@ -294,8 +294,6 @@ struct _dbiIndex {
unsigned int dbi_lastoffset; /*!< db1 with falloc.c needs this */
/*@only@*//*@null@*/ void * dbi_db; /*!< Berkeley DB handle */
-/*@only@*//*@null@*/ void * dbi_dbenv; /*!< Berkeley DB_ENV handle */
-/*@only@*//*@null@*/ void * dbi_dbinfo; /*!< (unused) */
/*@only@*//*@null@*/ void * dbi_rmw; /*!< db cursor (with DB_WRITECURSOR) */
/*@only@*//*@null@*/ void * dbi_stats; /*!< Berkeley db statistics */