summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib/zutil.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-18 20:49:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-18 20:49:37 +0000
commit738ea752500cc80a37011d080abce756d843095b (patch)
tree1f21c61ab356d67951ffec666e9f05910f670c14 /cpukit/zlib/zutil.h
parent2008-12-18 Michael Hamel <nigel@adi.co.nz> (diff)
downloadrtems-738ea752500cc80a37011d080abce756d843095b.tar.bz2
2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* zutil.c, zutil.h: Make code match prototype to eliminate warnings.
Diffstat (limited to 'cpukit/zlib/zutil.h')
-rw-r--r--cpukit/zlib/zutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/zlib/zutil.h b/cpukit/zlib/zutil.h
index b7d5eff81b..4cf95f80cf 100644
--- a/cpukit/zlib/zutil.h
+++ b/cpukit/zlib/zutil.h
@@ -258,7 +258,7 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
#endif
-voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
+voidpf zcalloc OF((voidpf opaque, uInt items, uInt size));
void zcfree OF((voidpf opaque, voidpf ptr));
#define ZALLOC(strm, items, size) \