Attempt to unbreak buildworld

This commit is contained in:
antoine 2017-12-12 09:46:53 +00:00
parent 8128dcdd36
commit fd132cb346

View File

@ -500,7 +500,7 @@ main(int argc, char **argv)
archsw.arch_readin = uboot_readin;
archsw.arch_autoload = uboot_autoload;
interact(NULL); /* doesn't return */
interact(); /* doesn't return */
return (0);
}