summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-06-10 20:01:43 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-06-10 20:01:43 +0000
commitb65fe309c6e9ffe7b37594fbebca11590d752ae8 (patch)
treeaf079455f3e1ae4461480c7652132cc5add24e41 /sys
parent156f2d65192ffe1f3ccd20dc8ea3ef4fe9065bbe (diff)
Do not print time in seconds since epoc on boot,
debugging was not removed before commit.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/powerpc/powerpc/clock.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/powerpc/clock.c b/sys/arch/powerpc/powerpc/clock.c
index 8d7f665bf2d..4650c6e5937 100644
--- a/sys/arch/powerpc/powerpc/clock.c
+++ b/sys/arch/powerpc/powerpc/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.12 2001/06/09 04:51:16 drahn Exp $ */
+/* $OpenBSD: clock.c,v 1.13 2001/06/10 20:01:42 drahn Exp $ */
/* $NetBSD: clock.c,v 1.1 1996/09/30 16:34:40 ws Exp $ */
/*
@@ -112,7 +112,6 @@ inittodr(base)
u_long cursec;
(*time_read)(&cursec);
time.tv_sec = cursec;
- printf ("time is %d seconds\n", cursec);
} else {
/* force failure */
time.tv_sec = 0;