diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-10-24 14:07:12 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-10-24 14:07:12 +0000 |
commit | e17a3c739b4e845a3e06999bf0063591dceba69e (patch) | |
tree | d9a74ecdc5ef3e420a2d93798b8f2259b71a60b4 /sys/arch/hp300/stand/pboot.c | |
parent | 3071e7e039878d825b0cf79d90624998b4f51b33 (diff) |
kernel is 'bsd'
Diffstat (limited to 'sys/arch/hp300/stand/pboot.c')
-rw-r--r-- | sys/arch/hp300/stand/pboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/pboot.c b/sys/arch/hp300/stand/pboot.c index 34407c14bef..f3e251a6bd6 100644 --- a/sys/arch/hp300/stand/pboot.c +++ b/sys/arch/hp300/stand/pboot.c @@ -56,7 +56,7 @@ extern int cons_scode; char *name; char *names[] = { - "/netbsd", "/onetbsd", "/netbsd.old", + "/bsd", "/obsd", "/bsd.old", }; #define NUMNAMES (sizeof(names)/sizeof(char *)) |