Subject: PR/25277 CVS commit: src/sys/miscfs/kernfs
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: netbsd-bugs
Date: 11/04/2006 20:55:02
The following reply was made to PR kern/25277; it has been noted by GNATS.

From: "Julio M. Merino Vidal" <jmmv@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/25277 CVS commit: src/sys/miscfs/kernfs
Date: Sat,  4 Nov 2006 20:51:33 +0000 (UTC)

 Module Name:	src
 Committed By:	jmmv
 Date:		Sat Nov  4 20:51:33 UTC 2006
 
 Modified Files:
 	src/sys/miscfs/kernfs: kernfs_vnops.c
 
 Log Message:
 Use size_t in a couple of places as it makes more sense WRT the places
 where the variables are later used.  From PR kern/25277 by Jeff Ito.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.126 -r1.127 src/sys/miscfs/kernfs/kernfs_vnops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.