From 28947389ae968e2dd9a3d2039dd66004027852a1 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 18 Mar 2011 10:11:37 +0000 Subject: Make code match prototype to eliminate warnings. eliminate unneeded comilation of 64 bit functions --- 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 025035dbe9..279a048804 100644 --- a/cpukit/zlib/zutil.h +++ b/cpukit/zlib/zutil.h @@ -276,7 +276,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