From 98f78ecec71c729d03836c8d10bcd00b8b9b2373 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 18 Jan 1996 17:37:49 +0000 Subject: entered into RCS --- pfinet/mapped-time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pfinet/mapped-time.h') diff --git a/pfinet/mapped-time.h b/pfinet/mapped-time.h index e5972664..2877f386 100644 --- a/pfinet/mapped-time.h +++ b/pfinet/mapped-time.h @@ -35,7 +35,7 @@ fetch_jiffies () } while (secs != mapped_time->check_seconds); - j = (long long) secs * HZ + ((long long) usecs * HZ) / 1000; + j = (long long) secs * HZ + ((long long) usecs * HZ) / 1000000; return j - root_jiffies; } -- cgit v1.2.3