Subject: CVS commit: [netbsd-2-0] src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/30/2004 14:55:45
Module Name:	src
Committed By:	tron
Date:		Sun May 30 14:55:45 UTC 2004

Modified Files:
	src/usr.bin/gzip [netbsd-2-0]: Makefile

Log Message:
Pull up revision 1.9 (requested by mrg in ticket #420):
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.8.2.1 src/usr.bin/gzip/Makefile

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