Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Matthew Jacob <mjacob@netbsd.org>
List: source-changes
Date: 03/17/2002 00:44:42
Module Name: syssrc
Committed By: mjacob
Date: Sat Mar 16 22:44:42 UTC 2002
Modified Files:
syssrc/sys/kern: subr_prop.c
Log Message:
size_t is a long on alpha. I forget whether there's actually a 'best'
kernel printf format arg to print size_t in NetBSD, but coercing the
arg to long probably works well enough.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/kern/subr_prop.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.