From 7349ad5b6f0534daa29eb54d13b0052f1d6d96b9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Oct 2005 09:25:54 +0000 Subject: Misc. type fixes --- cpukit/zlib/zutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/zlib/zutil.h') diff --git a/cpukit/zlib/zutil.h b/cpukit/zlib/zutil.h index 58908dd3a3..601aeb2ccf 100644 --- a/cpukit/zlib/zutil.h +++ b/cpukit/zlib/zutil.h @@ -251,7 +251,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) \ -- cgit v1.2.3