Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: sommerfeld
Date: Sun Feb 20 19:32:31 UTC 2000
Modified Files:
syssrc/sys/kern: kern_subr.c
syssrc/sys/sys: systm.h
Log Message:
Add a fifth "divisor" argument to humanize_number; suitable values are
either 1024 or 1000.
Needed because frequencies use decimal rather than power-of-two SI
prefixes.
To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 syssrc/sys/kern/kern_subr.c
cvs rdiff -r1.102 -r1.103 syssrc/sys/sys/systm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index