summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-06-20 20:31:33 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-06-20 20:31:33 +0000
commit9492f45ed342bba9a95638de04aa8a4f1088075b (patch)
tree0e3c456762f87c449e884a2a75957593790fc1e8
parent69bafa6f7f5fa37202c6d5f6963d1296031965bd (diff)
Do not print hostid while booting, there's a sysctl for this.
-rw-r--r--sys/arch/sparc64/sparc64/clock.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/sparc64/clock.c b/sys/arch/sparc64/sparc64/clock.c
index cba652afe00..af8d2d962fc 100644
--- a/sys/arch/sparc64/sparc64/clock.c
+++ b/sys/arch/sparc64/sparc64/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.23 2005/04/26 18:54:39 miod Exp $ */
+/* $OpenBSD: clock.c,v 1.24 2006/06/20 20:31:32 miod Exp $ */
/* $NetBSD: clock.c,v 1.41 2001/07/24 19:29:25 eeh Exp $ */
/*
@@ -442,12 +442,12 @@ clockattach(node, bt, bh)
h |= idp->id_hostid[1] << 8;
h |= idp->id_hostid[2];
hostid = h;
- printf(": hostid %x\n", (u_int)hostid);
-
+ printf("\n");
}
struct idprom *
-getidprom() {
+getidprom()
+{
struct idprom *idp = NULL;
int node, n;