Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 05/21/2004 12:16:10
Module Name:	src
Committed By:	agc
Date:		Fri May 21 12:16:10 UTC 2004

Modified Files:
	src/usr.bin/gzip: Makefile gzip.c

Log Message:
WARNS=3: add some const poisoning, and sort out local variable
definitions shadowing other variables.

Pass storage for file names into the file_compress and file_uncompress
functions, so that we don't run the risk of leaking memory. Remove a global
variable that's no longer needed.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/usr.bin/gzip/Makefile
cvs rdiff -r1.44 -r1.45 src/usr.bin/gzip/gzip.c

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