diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-01-18 17:37:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-01-18 17:37:49 +0000 |
commit | 98f78ecec71c729d03836c8d10bcd00b8b9b2373 (patch) | |
tree | 3f1367c4a66b2509a304edebe3de90df615ce8bd | |
parent | 15f3a3385f1f0a50c90949d58a0084d2a6ae1c35 (diff) |
entered into RCS
-rw-r--r-- | pfinet/mapped-time.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |