Fix damage introduced in previous commit.

This commit is contained in:
Robert Nordier 1999-04-05 07:36:30 +00:00
parent bf0eae60c5
commit 0e5731f9f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45335
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
*/
/*
* $Id: boot2.c,v 1.21 1999/03/31 08:28:42 joerg Exp $
* $Id: boot2.c,v 1.22 1999/04/04 21:15:41 obrien Exp $
*/
#include <sys/param.h>
@ -170,7 +170,7 @@ main(void)
memcpy(kname, PATH_KERNEL, sizeof(PATH_KERNEL));
}
for (;;) {
printf(" \n"
printf(" \n>> FreeBSD/i386 BOOT\n"
"Default: %u:%s(%u,%c)%s\n"
"boot: ",
dsk.drive & DRV_MASK, dev_nm[dsk.type], dsk.unit,

View File

@ -14,7 +14,7 @@
*/
/*
* $Id: boot2.c,v 1.21 1999/03/31 08:28:42 joerg Exp $
* $Id: boot2.c,v 1.22 1999/04/04 21:15:41 obrien Exp $
*/
#include <sys/param.h>
@ -170,7 +170,7 @@ main(void)
memcpy(kname, PATH_KERNEL, sizeof(PATH_KERNEL));
}
for (;;) {
printf(" \n"
printf(" \n>> FreeBSD/i386 BOOT\n"
"Default: %u:%s(%u,%c)%s\n"
"boot: ",
dsk.drive & DRV_MASK, dev_nm[dsk.type], dsk.unit,