diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/sparc64/autoconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index 84953034e07..4125e36b900 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.48 2006/05/28 03:22:35 henning Exp $ */ +/* $OpenBSD: autoconf.c,v 1.49 2006/05/28 06:11:26 jason Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -553,9 +553,9 @@ setroot() if (boothowto & RB_ASKNAME) { for (;;) { - printf("root device "); + printf("root device"); if (bootdv != NULL) - printf("(default %s%c)", + printf(" (default %s%c)", bootdv->dv_xname, bootdv->dv_class == DV_DISK ? bp->val[2]+'a' : ' '); |