Subject: CVS commit: syssrc/sys/miscfs/genfs
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 05/10/2002 05:51:46
Module Name:	syssrc
Committed By:	enami
Date:		Fri May 10 02:51:45 UTC 2002

Modified Files:
	syssrc/sys/miscfs/genfs: genfs_vnops.c

Log Message:
Don't modify the local variable `n' in genfs_putpages().  It should contain
the number of elements in the page array at the beginning of every iteration.


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 syssrc/sys/miscfs/genfs/genfs_vnops.c

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