Subject: CVS commit: src/common/dist/zlib
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/27/2006 00:45:28
Module Name:	src
Committed By:	christos
Date:		Fri Jan 27 00:45:28 UTC 2006

Modified Files:
	src/common/dist/zlib: compress.c deflate.c gzio.c infback.c inffast.c
	    inflate.c trees.c uncompr.c zutil.h

Log Message:
Sprinkle __UNCONST and fix some casts to make this pass WARNS=4
Note, that we cannot fix this properly because it will break the zlib.h API.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/common/dist/zlib/compress.c \
    src/common/dist/zlib/gzio.c src/common/dist/zlib/infback.c \
    src/common/dist/zlib/inflate.c src/common/dist/zlib/uncompr.c
cvs rdiff -r1.2 -r1.3 src/common/dist/zlib/deflate.c \
    src/common/dist/zlib/inffast.c src/common/dist/zlib/trees.c
cvs rdiff -r1.3 -r1.4 src/common/dist/zlib/zutil.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.