summaryrefslogtreecommitdiff
path: root/rpmdb/db3.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-10-19 01:35:57 +0000
committerjbj <devnull@localhost>2001-10-19 01:35:57 +0000
commitca1d809cb1d9125b7029e2d5d378d2a04955f178 (patch)
tree927f851af4b890e3d70f2298a8a4d66f3a415242 /rpmdb/db3.c
parentaaaaf45ba6713203598c5f0c1373bdb11f5e41fe (diff)
downloadrpm-ca1d809cb1d9125b7029e2d5d378d2a04955f178.tar.gz
rpm-ca1d809cb1d9125b7029e2d5d378d2a04955f178.tar.bz2
rpm-ca1d809cb1d9125b7029e2d5d378d2a04955f178.zip
Rewire digests, step 2.
CVS patchset: 5122 CVS date: 2001/10/19 01:35:57
Diffstat (limited to 'rpmdb/db3.c')
-rw-r--r--rpmdb/db3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmdb/db3.c b/rpmdb/db3.c
index d0d27a213..46c633056 100644
--- a/rpmdb/db3.c
+++ b/rpmdb/db3.c
@@ -13,12 +13,14 @@ static int _debug = 1; /* XXX if < 0 debugging, > 0 unusual error returns */
#endif
#if defined(__LCLINT__)
+/*@-redef@*/ /* FIX: rpmio/rpmio.c also declares */
typedef unsigned int u_int32_t;
typedef unsigned short u_int16_t;
typedef unsigned char u_int8_t;
/*@-incondefs@*/ /* LCLint 3.0.0.15 */
typedef int int32_t;
/*@=incondefs@*/
+/*@=redef@*/
#endif
#include <db3/db.h>