From owner-cvs-sys Mon Oct 23 12:05:56 1995 Return-Path: owner-cvs-sys 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-cvs-sys@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.