Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/01/1999 22:53:57
Module Name: syssrc
Committed By: lukem
Date: Wed Jun 2 05:53:56 UTC 1999
Modified Files:
syssrc/sys/kern: kern_subr.c
Log Message:
in humanize_number(), when printing a u_int64_t, use '%qu' (unsigned long long)
instead of '%qd' (long long)
To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 syssrc/sys/kern/kern_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.