Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 09/11/2004 11:07:44
Module Name:	src
Committed By:	dsl
Date:		Sat Sep 11 11:07:44 UTC 2004

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

Log Message:
Count the output file size modulo 2^32 so that the check against the size
in the compressed file works for files greater than 4GB.
Fixes the fixable part of bin/26907


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