From owner-freebsd-commit Mon Oct 23 12:06:05 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18619 for freebsd-commit-outgoing; Mon, 23 Oct 1995 12:06:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18607 for cvs-all-outgoing; Mon, 23 Oct 1995 12:06:02 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18589 for cvs-sys-outgoing; Mon, 23 Oct 1995 12:05:56 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA18575 ; Mon, 23 Oct 1995 12:05:51 -0700 Date: Mon, 23 Oct 1995 12:05:51 -0700 From: Bruce Evans Message-Id: <199510231905.MAA18575@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_resource.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/23 12:05:51 Modified: sys/kern kern_resource.c Log: Fix a sign extension bug that was unleashed by the previous change. The total process time was sometimes 2^32 usec too large but that wasn't a problem before because the time was bogusly truncated mod 2^32.