diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-07-08 23:05:21 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-07-08 23:05:21 +0000 |
commit | 95267cf7b08e0e2cb162032efcf164ea19baf730 (patch) | |
tree | 3adf97b8c36655c93ca338d5dd06069cdf9b050e /sys | |
parent | 5a323468012f134dc44a3c88ec37aa147ef25ebb (diff) |
The best read code of mice and men, ... (reviewed by /dev/null)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/macppc/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/macppc/clock.c b/sys/arch/macppc/macppc/clock.c index f0fe1e3ddef..c49db1c3b52 100644 --- a/sys/arch/macppc/macppc/clock.c +++ b/sys/arch/macppc/macppc/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.7 2003/07/08 21:46:19 drahn Exp $ */ +/* $OpenBSD: clock.c,v 1.8 2003/07/08 23:05:20 drahn Exp $ */ /* $NetBSD: clock.c,v 1.1 1996/09/30 16:34:40 ws Exp $ */ /* @@ -318,7 +318,7 @@ void microtime(tvp) struct timeval *tvp; { - u_int32_t tb; + u_int64_t tb; u_int32_t ticks; int s; |