diff options
author | jbj <devnull@localhost> | 2001-10-19 01:35:57 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-19 01:35:57 +0000 |
commit | ca1d809cb1d9125b7029e2d5d378d2a04955f178 (patch) | |
tree | 927f851af4b890e3d70f2298a8a4d66f3a415242 /rpmdb/db3.c | |
parent | aaaaf45ba6713203598c5f0c1373bdb11f5e41fe (diff) | |
download | rpm-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.c | 2 |
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> |