Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 02/18/2004 18:29:07
Module Name: src
Committed By: he
Date: Wed Feb 18 18:29:07 UTC 2004
Modified Files:
src/usr.bin/gzip: zuncompress.c
Log Message:
Fix mismatched type error in fropen() usage by converting return
type of zread() from ssize_t to int.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/usr.bin/gzip/zuncompress.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.