summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-22 06:50:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-22 06:50:56 +0000
commit2c6fc8676c4d04b5928a45cda88861fb770cc208 (patch)
tree5497b2da5673c9f5fae9e0e4a972a243af37254a /sys/arch/sparc
parente40a5d65cf8acf38066977f50e1d43956583675d (diff)
kernel name is _PATH_UNIX
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/stand/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/stand/boot.c b/sys/arch/sparc/stand/boot.c
index 5b423db0ad2..951d7fc81f2 100644
--- a/sys/arch/sparc/stand/boot.c
+++ b/sys/arch/sparc/stand/boot.c
@@ -39,6 +39,7 @@
#include <sys/reboot.h>
#include <a.out.h>
#include <stand.h>
+#include <paths.h>
#include "promdev.h"
@@ -50,7 +51,6 @@ int netif_debug;
/*
* Boot device is derived from ROM provided information.
*/
-#define DEFAULT_KERNEL "netbsd"
extern char *version;
unsigned long esym;
@@ -73,7 +73,7 @@ main()
file = prom_bootfile;
if (file == 0 || *file == 0)
- file = DEFAULT_KERNEL;
+ file = _PATH_UNIX;
for (;;) {
if (prom_boothow & RB_ASKNAME) {