Attempt to unbreak buildworld

This commit is contained in:
Antoine Brodin 2017-12-12 09:46:53 +00:00
parent f5e4607265
commit 435680d2d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326792

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);
}