aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/loader/main.c
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2014-07-27 16:12:51 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2014-07-27 16:12:51 +0000
commit7fe0b4f160aaf30b588d5fd6ceae82d7305c675b (patch)
tree3fdb72c26ee68a70ec6f2ed8fd97f6d03fbeb233 /sys/boot/pc98/loader/main.c
parentdcd850637a4c8979e4c484e8fb98a69d19c70be1 (diff)
Notes
Diffstat (limited to 'sys/boot/pc98/loader/main.c')
-rw-r--r--sys/boot/pc98/loader/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c
index 75690c720d7b..da9bca55fbaa 100644
--- a/sys/boot/pc98/loader/main.c
+++ b/sys/boot/pc98/loader/main.c
@@ -193,7 +193,7 @@ main(void)
extract_currdev(); /* set $currdev and $loaddev */
setenv("LINES", "24", 1); /* optional */
- interact(); /* doesn't return */
+ interact(NULL); /* doesn't return */
/* if we ever get here, it is an error */
return (1);