aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/sparc64
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/sparc64
parentdcd850637a4c8979e4c484e8fb98a69d19c70be1 (diff)
Notes
Diffstat (limited to 'sys/boot/sparc64')
-rw-r--r--sys/boot/sparc64/loader/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c
index 1cdcaeec38fc..44c4d212a522 100644
--- a/sys/boot/sparc64/loader/main.c
+++ b/sys/boot/sparc64/loader/main.c
@@ -897,7 +897,7 @@ main(int (*openfirm)(void *))
printf("bootpath=\"%s\"\n", bootpath);
/* Give control to the machine independent loader code. */
- interact();
+ interact(NULL);
return (1);
}