diff options
author | jbj <devnull@localhost> | 2002-05-02 22:16:30 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-02 22:16:30 +0000 |
commit | 2b83d36c089f9e27e43e776d08e79d58ec2e6ba8 (patch) | |
tree | dff82d3f9e297e604e24fccdb11ee3d61f8687a2 /system.h | |
parent | cf2484ce1f2225e01b61dabb18a4d54e8fd6e375 (diff) | |
download | librpm-tizen-2b83d36c089f9e27e43e776d08e79d58ec2e6ba8.tar.gz librpm-tizen-2b83d36c089f9e27e43e776d08e79d58ec2e6ba8.tar.bz2 librpm-tizen-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.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |