summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib/zutil.h
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2011-03-18 10:11:37 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2011-03-18 10:11:37 +0000
commit28947389ae968e2dd9a3d2039dd66004027852a1 (patch)
tree0e71721ff8c599a0d335d9c64ef6ec02f77d27a3 /cpukit/zlib/zutil.h
parentThis commit was generated by cvs2svn to compensate for changes in r25198, (diff)
downloadrtems-28947389ae968e2dd9a3d2039dd66004027852a1.tar.bz2
Make code match prototype to eliminate warnings.
eliminate unneeded comilation of 64 bit functions
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 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) \