diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-12-19 04:05:55 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-12-19 04:05:55 +0000 |
commit | 6bc860372dd7b2be0227ca213af631bdc51c2339 (patch) | |
tree | c57718327f9882f9c2bbceb2c271426e8c304920 /stand/i386/loader | |
parent | 0ff3f28b2d3886b23c9c228add0fb2d540c3fbe4 (diff) | |
download | src-test2-6bc860372dd7b2be0227ca213af631bdc51c2339.tar.gz src-test2-6bc860372dd7b2be0227ca213af631bdc51c2339.zip |
Notes
Diffstat (limited to 'stand/i386/loader')
-rw-r--r-- | stand/i386/loader/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/i386/loader/main.c b/stand/i386/loader/main.c index 81bc2ff55dd0..543dae1af71a 100644 --- a/stand/i386/loader/main.c +++ b/stand/i386/loader/main.c @@ -232,7 +232,7 @@ main(void) bios_getsmap(); - interact(NULL); + interact(); /* if we ever get here, it is an error */ return (1); |