Date: Wed, 20 Mar 2002 00:48:21 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys time.h Message-ID: <200203200848.g2K8mLn49881@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/03/20 00:48:21 PST Modified files: sys/sys time.h Log: Various style issues from a recent brucification: use uint_%dt not u_int%dt Avoid LL suffixed intergers where we can by using explicit casts. (The last two I don't know how to avoid.) Add an explanation why truncation rather than rounding is used. Inspired by: bde Revision Changes Path 1.52 +28 -9 src/sys/sys/time.h 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?200203200848.g2K8mLn49881>