summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-05 19:26:22 +0000
committerjbj <devnull@localhost>2001-06-05 19:26:22 +0000
commit4ae69250a2595531743074d81aec5804a1b5573f (patch)
treec0eb69d1a276ee9421a12745eae40bcfaa122dfa /system.h
parent750d54d8a33e67d8f89ed95a785c0f025c833aa8 (diff)
downloadrpm-4ae69250a2595531743074d81aec5804a1b5573f.tar.gz
rpm-4ae69250a2595531743074d81aec5804a1b5573f.tar.bz2
rpm-4ae69250a2595531743074d81aec5804a1b5573f.zip
- fix typos in linux.{req,prov}.
CVS patchset: 4834 CVS date: 2001/06/05 19:26:22
Diffstat (limited to 'system.h')
-rw-r--r--system.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/system.h b/system.h
index 5f9ceec48..1e16e32a2 100644
--- a/system.h
+++ b/system.h
@@ -43,6 +43,9 @@ typedef unsigned int u_int32_t;
typedef unsigned short u_int16_t;
typedef unsigned char u_int8_t;
typedef int int32_t;
+/*@-declundef@*/
+/*@only@*/ void * alloca (size_t size) /*@modifies internalState @*/;
+/*@=declundef@*/
#endif
/* Since major is a function on SVR4, we can't use `ifndef major'. */
@@ -102,9 +105,9 @@ extern int errno;
#endif
#ifdef STDC_HEADERS
-/*@-macrounrecog -incondefs -globuse@*/ /* FIX: shrug */
+/*@-macrounrecog -incondefs -globuse -mustmod@*/ /* FIX: shrug */
#define getopt system_getopt
-/*@=macrounrecog =incondefs =globuse@*/
+/*@=macrounrecog =incondefs =globuse =mustmod@*/
/*@-skipansiheaders@*/
#include <stdlib.h>
/*@=skipansiheaders@*/