Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 04/14/2007 16:52:22
Module Name:	src
Committed By:	xtraeme
Date:		Sat Apr 14 16:52:22 UTC 2007

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

Log Message:
size_t is unsigned, so use zu rather than zd which is for ssize_t,
as Matt Thomas pointed out.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/fs/puffs/puffs_vfsops.c

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