summaryrefslogtreecommitdiff
path: root/stand/uboot
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-12 09:46:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-12 09:46:53 +0000
commit435680d2d8617d8695f3802b6e6fe99db199f62e (patch)
treead25358800ebd9f47f42472a93dbb898856bb73a /stand/uboot
parentf5e46072651b1c9083c86b80e578038cc5aee8ee (diff)
downloadsrc-test2-435680d2d8617d8695f3802b6e6fe99db199f62e.tar.gz
src-test2-435680d2d8617d8695f3802b6e6fe99db199f62e.zip
Attempt to unbreak buildworld
Notes
Notes: svn path=/head/; revision=326792
Diffstat (limited to 'stand/uboot')
-rw-r--r--stand/uboot/common/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/uboot/common/main.c b/stand/uboot/common/main.c
index c4efb1f69bd9..5540059797cc 100644
--- a/stand/uboot/common/main.c
+++ b/stand/uboot/common/main.c
@@ -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);
}