summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-27 21:57:39 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-27 21:57:39 +0000
commitfd8f5647db320fb30d87e155c4a84cafb633ea27 (patch)
treef3eb0bdc9ea36993fca6d111d1faa13599614d91 /pfinet
parent1487aa101f09c0aa5090cfca1bdd4cca929b08dc (diff)
Formerly mapped-time.h.~3~
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/mapped-time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/mapped-time.h b/pfinet/mapped-time.h
index ec4aaddc..e5972664 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.0;
+ j = (long long) secs * HZ + ((long long) usecs * HZ) / 1000;
return j - root_jiffies;
}