diff options
author | jbj <devnull@localhost> | 2001-05-29 15:03:35 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-05-29 15:03:35 +0000 |
commit | 61cd63ab8e816d46e81b3df2bb8cfe9b2267f85d (patch) | |
tree | 435a2ee8e9fdf33d9af2f4188dd9e100ac36e1e4 /rpmdb/db3.c | |
parent | e6c22123bc088afd6f0f564b8f5224af3cf2d2e6 (diff) | |
download | librpm-tizen-61cd63ab8e816d46e81b3df2bb8cfe9b2267f85d.tar.gz librpm-tizen-61cd63ab8e816d46e81b3df2bb8cfe9b2267f85d.tar.bz2 librpm-tizen-61cd63ab8e816d46e81b3df2bb8cfe9b2267f85d.zip |
- eliminate db-1.85 and db-2.x configuration.
- fix: popt arg sanity checks broken, optarg != optArg.
- fix: popt range checks on floats/doubles broken.
- popt: return POPT_ERROR_ERRNO on config open/read/close failure.
CVS patchset: 4815
CVS date: 2001/05/29 15:03:35
Diffstat (limited to 'rpmdb/db3.c')
-rw-r--r-- | rpmdb/db3.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rpmdb/db3.c b/rpmdb/db3.c index 34fe0747a..04c64bd57 100644 --- a/rpmdb/db3.c +++ b/rpmdb/db3.c @@ -4,13 +4,6 @@ static int _debug = 1; /* XXX if < 0 debugging, > 0 unusual error returns */ -#ifdef __LCLINT__ -typedef unsigned int u_int32_t; -typedef unsigned short u_int16_t; -typedef unsigned char u_int8_t; -typedef int int32_t; -#endif - #include "system.h" #if defined(HAVE_FTOK) && defined(HAVE_SYS_IPC_H) |