Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 06/22/2004 12:01:29
Module Name:	src
Committed By:	mrg
Date:		Tue Jun 22 12:01:29 UTC 2004

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

Log Message:
if there are zero bytes to output, this isn't an error.  it's probably
a zero length file.  don't return an error.  this should fix PR#25994.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 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.