Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 04/20/2007 11:36:26
Module Name:	src
Committed By:	pooka
Date:		Fri Apr 20 11:36:25 UTC 2007

Modified Files:
	src/sys/fs/puffs: puffs_vnops.c

Log Message:
Size of a readdir cookie is sizeof(**ap->a_cookies), not
sizeof(*ap->a_cookies).  Fixes nfs readdir in the case that a
directory had lots of entries with short names.


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