From owner-cvs-all Wed Mar 20 0:48:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB3EC37B429; Wed, 20 Mar 2002 00:48:21 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2K8mLn49881; Wed, 20 Mar 2002 00:48:21 -0800 (PST) (envelope-from phk) Message-Id: <200203200848.g2K8mLn49881@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 20 Mar 2002 00:48:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys time.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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