summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-05-02 22:16:30 +0000
committerjbj <devnull@localhost>2002-05-02 22:16:30 +0000
commit2b83d36c089f9e27e43e776d08e79d58ec2e6ba8 (patch)
treedff82d3f9e297e604e24fccdb11ee3d61f8687a2 /system.h
parentcf2484ce1f2225e01b61dabb18a4d54e8fd6e375 (diff)
downloadrpm-2b83d36c089f9e27e43e776d08e79d58ec2e6ba8.tar.gz
rpm-2b83d36c089f9e27e43e776d08e79d58ec2e6ba8.tar.bz2
rpm-2b83d36c089f9e27e43e776d08e79d58ec2e6ba8.zip
- eliminate db1 support.
- fix: rpmdb iterator memory leak in python bindings. - fix: include <sys/time.h> for 6.2 python modules. - remove vestiges of mipseb arch (#62408). CVS patchset: 5414 CVS date: 2002/05/02 22:16:30
Diffstat (limited to 'system.h')
-rw-r--r--system.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/system.h b/system.h
index 00594a125..edc05a37a 100644
--- a/system.h
+++ b/system.h
@@ -10,6 +10,17 @@
#endif
#include <sys/types.h>
+#if defined(__LCLINT__)
+/*@-redef@*/
+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 <sys/stat.h>
#include <stdio.h>