summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2006-11-04 02:08:26 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2006-11-04 02:08:26 +0000
commite48cae5f477da6636cb4f6b2f874782f1c44a164 (patch)
treefa214cc38c6b6ac61080ba896b63d7364540a0ec /sys/arch
parent6e6ccdc6d8f228b68ce197ad116f93a66d68b088 (diff)
make compile w/ debug
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sh/sh/clock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sh/sh/clock.c b/sys/arch/sh/sh/clock.c
index cfe6788f6e1..6a9954ff043 100644
--- a/sys/arch/sh/sh/clock.c
+++ b/sys/arch/sh/sh/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.2 2006/10/07 20:52:40 miod Exp $ */
+/* $OpenBSD: clock.c,v 1.3 2006/11/04 02:08:25 mickey Exp $ */
/* $NetBSD: clock.c,v 1.32 2006/09/05 11:09:36 uwe Exp $ */
/*-
@@ -352,9 +352,9 @@ resettodr()
sh_clock.rtc.set(sh_clock.rtc._cookie, &dt);
#ifdef DEBUG
- printf("%s: %d/%d/%d/%d/%d/%d(%d) rtc_offset %d\n", __FUNCTION__,
+ printf("%s: %d/%d/%d/%d/%d/%d(%d)\n", __FUNCTION__,
dt.dt_year, dt.dt_mon, dt.dt_day, dt.dt_hour, dt.dt_min, dt.dt_sec,
- dt.dt_wday, rtc_offset);
+ dt.dt_wday);
#endif
}