summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-09-21 15:07:11 +0000
committerjbj <devnull@localhost>2001-09-21 15:07:11 +0000
commit1eef0782f60f9d8d80be273ace982ad4c2a56d98 (patch)
treeca6f47772d1cfa3b9900cf93ae515f1c5a31a4cd /system.h
parent59a045374df64f3bc62eb200f7d11338ea2787a8 (diff)
downloadrpm-1eef0782f60f9d8d80be273ace982ad4c2a56d98.tar.gz
rpm-1eef0782f60f9d8d80be273ace982ad4c2a56d98.tar.bz2
rpm-1eef0782f60f9d8d80be273ace982ad4c2a56d98.zip
- lclint-3.0.0.15 fiddles.
CVS patchset: 5067 CVS date: 2001/09/21 15:07:11
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system.h b/system.h
index 1e16e32a2..83495735a 100644
--- a/system.h
+++ b/system.h
@@ -42,7 +42,9 @@ extern time_t timezone;
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@*/
/*@-declundef@*/
/*@only@*/ void * alloca (size_t size) /*@modifies internalState @*/;
/*@=declundef@*/