Date: Tue, 6 Nov 2001 18:51:25 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs_status.c Message-ID: <200111070251.fA72pPb58279@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/11/06 18:51:25 PST
Modified files:
sys/fs/procfs procfs_status.c
Log:
Fix printf format bugs introduced in rev 1.34 for printing times.
quad_t cannot be printed with %lld on 64 bit systems.
Dont waste cpu to round user and system times up to long long, it is
highly improbable that a process will have accumulated 68 years of
user or system cpu time (not wall clock time) before a reboot or
process restart.
Revision Changes Path
1.36 +4 -4 src/sys/fs/procfs/procfs_status.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111070251.fA72pPb58279>
