diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-07-04 17:14:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-07-04 17:14:15 +0000 |
commit | 96c2f0f052f4aa47a38593bc2d37215131640a91 (patch) | |
tree | 9779739e86cc1070b847cb41bebc0808ef9ce668 /sys/arch | |
parent | 4d65097e63b7e2b8e39cbcfeaebb6b07a464ff58 (diff) |
Finish ansification.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa64/dev/clock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa64/dev/clock.c b/sys/arch/hppa64/dev/clock.c index d0789e61a75..2df7faacbb9 100644 --- a/sys/arch/hppa64/dev/clock.c +++ b/sys/arch/hppa64/dev/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.4 2011/01/09 19:37:51 jasper Exp $ */ +/* $OpenBSD: clock.c,v 1.5 2011/07/04 17:14:14 kettenis Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -37,7 +37,7 @@ struct timecounter itmr_timecounter = { }; void -cpu_initclocks() +cpu_initclocks(void) { struct cpu_info *ci = curcpu(); u_long __itmr; @@ -96,7 +96,7 @@ inittodr(time_t t) * reset the time of day clock to the value in time */ void -resettodr() +resettodr(void) { struct timeval tv; int error; |