svn commit: r198564 - projects/mips/sys/mips/rmi
Andrew Thompson
thompsa at FreeBSD.org
Wed Oct 28 21:39:34 UTC 2009
Author: thompsa
Date: Wed Oct 28 21:39:33 2009
New Revision: 198564
URL: http://svn.freebsd.org/changeset/base/198564
Log:
Fix build from r198563
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:36:46 2009 (r198563)
+++ projects/mips/sys/mips/rmi/xlr_machdep.c Wed Oct 28 21:39:33 2009 (r198564)
@@ -368,7 +368,7 @@ platform_start()
printf("\t%s\n", xlr_argv[i]);
n = strsep(&xlr_argv[i], "=");
- if (v == NULL)
+ if (xlr_argv[i] == NULL)
setenv(n, "1");
else
setenv(n, xlr_argv[i]);
More information about the svn-src-projects
mailing list