Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/19/2007 17:52:01
Module Name: src
Committed By: pooka
Date: Fri Jan 19 17:52:01 UTC 2007
Modified Files:
src/sys/fs/puffs: puffs_vnops.c
Log Message:
hannken noted that the latest gcc (?) complains about uninitialized
variable use in puffs_strategy() for "dowritefaf" (incorrectly)
and "error" (correctly, although the function is practically of
type void)
To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/fs/puffs/puffs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.