summaryrefslogtreecommitdiff
path: root/stand/mips
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-12-11 16:18:05 +0000
committerWarner Losh <imp@FreeBSD.org>2017-12-11 16:18:05 +0000
commitc83457486b042f0d08e8f8add4fc3b64b33b7d7d (patch)
treec61dc2d39480a272fac36c6db317e3f1b3b2409d /stand/mips
parent6604afe9c7b3af7355d31bc8a83592351321a69b (diff)
downloadsrc-test2-c83457486b042f0d08e8f8add4fc3b64b33b7d7d.tar.gz
src-test2-c83457486b042f0d08e8f8add4fc3b64b33b7d7d.zip
Notes
Diffstat (limited to 'stand/mips')
-rw-r--r--stand/mips/beri/loader/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/mips/beri/loader/main.c b/stand/mips/beri/loader/main.c
index 2d201d8011ee..71b69b781572 100644
--- a/stand/mips/beri/loader/main.c
+++ b/stand/mips/beri/loader/main.c
@@ -149,7 +149,7 @@ main(int argc, char *argv[], char *envv[], struct bootinfo *bootinfop)
printf("bootpath=\"%s\"\n", bootpath);
#endif
- interact(NULL);
+ interact();
return (0);
}