cvs commit: src/sys/kern kern_timeout.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat Aug 23 01:52:41 PDT 2003
marcel 2003/08/23 01:31:32 PDT
FreeBSD src repository
Modified files:
sys/kern kern_timeout.c
Log:
On ia64 time_t is 64 bit. Explicitly cast tv_sec to long and change
the corresponding format specifier to %ld in a call to printf() in
function softclock(). The printf() is conditional upon DIAGNOSTIC.
Found by: LINT
Revision Changes Path
1.80 +2 -2 src/sys/kern/kern_timeout.c
More information about the cvs-all
mailing list