summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/sboot/clock.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-05-16 22:52:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-05-16 22:52:27 +0000
commit018419d7f1d778d91bc7482bdbd4d0e6b32cb727 (patch)
tree81879945af6d3a90266674810bb73f4725430dc1 /sys/arch/mvme88k/stand/sboot/clock.c
parentf60b3cb6d01f37251c358470223a411e2f05a51a (diff)
Nuke whitespace at EOL
Diffstat (limited to 'sys/arch/mvme88k/stand/sboot/clock.c')
-rw-r--r--sys/arch/mvme88k/stand/sboot/clock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/stand/sboot/clock.c b/sys/arch/mvme88k/stand/sboot/clock.c
index 3eece5f0711..5ba228de2da 100644
--- a/sys/arch/mvme88k/stand/sboot/clock.c
+++ b/sys/arch/mvme88k/stand/sboot/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.3 2003/06/02 23:27:53 millert Exp $ */
+/* $OpenBSD: clock.c,v 1.4 2006/05/16 22:52:26 miod Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -69,7 +69,7 @@ static struct clockreg *clockreg = (struct clockreg *) CLOCK_ADDR;
const short dayyr[12] =
{0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334};
-static u_long
+static u_long
chiptotime(sec, min, hour, day, mon, year)
register int sec, min, hour, day, mon, year;
{
@@ -100,7 +100,7 @@ chiptotime(sec, min, hour, day, mon, year)
/*
* Set up the system's time, given a `reasonable' time value.
*/
-u_long
+u_long
time()
{
register struct clockreg *cl = clockreg;