summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-10-31 16:18:34 +0000
committerjbj <devnull@localhost>2000-10-31 16:18:34 +0000
commitce1e8d26ec5c76550c59fa30b6e6787e21f866e0 (patch)
tree3a3eba857ddc88c3367cbebb80e7800945ab9bbc /system.h
parentd69a6f7c1c4901dd48ca730937ce67886fbf2c61 (diff)
downloadrpm-ce1e8d26ec5c76550c59fa30b6e6787e21f866e0.tar.gz
rpm-ce1e8d26ec5c76550c59fa30b6e6787e21f866e0.tar.bz2
rpm-ce1e8d26ec5c76550c59fa30b6e6787e21f866e0.zip
- add support for SHA1 as well as MD5 message digests.
lclint annotations. CVS patchset: 4234 CVS date: 2000/10/31 16:18:34
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/system.h b/system.h
index 677108091..5cdbd9e00 100644
--- a/system.h
+++ b/system.h
@@ -207,9 +207,9 @@ char *alloca ();
/*@only@*/ void * xmalloc (size_t size);
/*@only@*/ void * xcalloc (size_t nmemb, size_t size);
-/*@only@*/ void * xrealloc (void *ptr, size_t size);
+/*@only@*/ void * xrealloc (/*@only@*/ void *ptr, size_t size);
/*@only@*/ char * xstrdup (const char *str);
-void *vmefail(size_t size);
+/*@only@*/ void *vmefail(size_t size);
#if HAVE_MCHECK_H
#include <mcheck.h>