svn commit: r326792 - head/stand/uboot/common

Antoine Brodin antoine at FreeBSD.org
Tue Dec 12 09:46:55 UTC 2017


Author: antoine
Date: Tue Dec 12 09:46:53 2017
New Revision: 326792
URL: https://svnweb.freebsd.org/changeset/base/326792

Log:
  Attempt to unbreak buildworld

Modified:
  head/stand/uboot/common/main.c

Modified: head/stand/uboot/common/main.c
==============================================================================
--- head/stand/uboot/common/main.c	Tue Dec 12 06:56:21 2017	(r326791)
+++ head/stand/uboot/common/main.c	Tue Dec 12 09:46:53 2017	(r326792)
@@ -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);
 }


More information about the svn-src-all mailing list