diff options
-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; |