summaryrefslogtreecommitdiff
path: root/lib/zlib/src/gzio.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zlib/src/gzio.c')
-rw-r--r--lib/zlib/src/gzio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/zlib/src/gzio.c b/lib/zlib/src/gzio.c
index 65183a5..3c861fd 100644
--- a/lib/zlib/src/gzio.c
+++ b/lib/zlib/src/gzio.c
@@ -5,7 +5,7 @@
* Compile this file with -DNO_DEFLATE to avoid the compression code.
*/
-/* @(#) $Id: gzio.c,v 1.1 2003-09-14 18:16:26 pixel Exp $ */
+/* @(#) $Id: gzio.c,v 1.2 2003-10-09 04:47:27 pixel Exp $ */
#include <stdio.h>
@@ -485,7 +485,7 @@ char * ZEXPORT gzgets(file, buf, len)
*/
int ZEXPORT gzwrite (file, buf, len)
gzFile file;
- const voidp buf;
+ cvoidp buf;
unsigned len;
{
gz_stream *s = (gz_stream*)file;