svn commit: r198565 - projects/mips/sys/mips/rmi

Andrew Thompson thompsa at FreeBSD.org
Wed Oct 28 21:41:24 UTC 2009


Author: thompsa
Date: Wed Oct 28 21:41:23 2009
New Revision: 198565
URL: http://svn.freebsd.org/changeset/base/198565

Log:
  Fix build from r198563 (again). Sigh.

Modified:
  projects/mips/sys/mips/rmi/xlr_machdep.c

Modified: projects/mips/sys/mips/rmi/xlr_machdep.c
==============================================================================
--- projects/mips/sys/mips/rmi/xlr_machdep.c	Wed Oct 28 21:39:33 2009	(r198564)
+++ projects/mips/sys/mips/rmi/xlr_machdep.c	Wed Oct 28 21:41:23 2009	(r198565)
@@ -331,7 +331,7 @@ void
 platform_start()
 {
 	vm_size_t physsz = 0;
-	int i;
+	int i, j;
 	struct xlr_boot1_mem_map *boot_map;
 #ifdef SMP
 	uint32_t tmp;


More information about the svn-src-projects mailing list