summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2006-11-04 02:08:25 +0000
committermickey <mickey@openbsd.org>2006-11-04 02:08:25 +0000
commit4331903a4759a0dd4c14ac79fc76eb7156020137 (patch)
tree47201c161213cd8d142bbe8324692ef85962d0dc
parentremove misplaced -l stuff; henning needs more caffeine... (diff)
downloadwireguard-openbsd-4331903a4759a0dd4c14ac79fc76eb7156020137.tar.xz
wireguard-openbsd-4331903a4759a0dd4c14ac79fc76eb7156020137.zip
make compile w/ debug
-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
}