Subject: CVS commit: [netbsd-3] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/16/2005 12:34:50
Module Name:	src
Committed By:	tron
Date:		Tue Aug 16 12:34:50 UTC 2005

Modified Files:
	src/sys/kern [netbsd-3]: kern_verifiedexec.c

Log Message:
Pull up revision 1.34 (requested by elad in ticket #668):
Fix printing formats.
  - size_t is %zu
  - dev_t is uint32_t is %u
  - long is %ld


To generate a diff of this commit:
cvs rdiff -r1.9.2.21 -r1.9.2.22 src/sys/kern/kern_verifiedexec.c

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