Date: Sat, 23 Aug 2003 01:31:32 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c Message-ID: <200308230831.h7N8VWV5000576@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308230831.h7N8VWV5000576>