Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/02/2005 01:51:58
Module Name:	src
Committed By:	lukem
Date:		Thu Jun  2 01:51:58 UTC 2005

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

Log Message:
Fix numerous uninitalized variables.
Detected with gcc -Wuninitialized.


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 src/usr.bin/gzip/gzip.c
cvs rdiff -r1.6 -r1.7 src/usr.bin/gzip/unbzip2.c

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