PERFORCE change 161697 for review

Marko Zec zec at FreeBSD.org
Thu May 7 00:10:34 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=161697

Change 161697 by zec at zec_tpx32 on 2009/05/07 00:10:28

	Unbreak nooptions VIMAGE builds (GENERIC, LINT) as well.

Affected files ...

.. //depot/projects/vimage-commit/src/sys/cddl/compat/opensolaris/kern/opensolaris_misc.c#5 edit

Differences ...

==== //depot/projects/vimage-commit/src/sys/cddl/compat/opensolaris/kern/opensolaris_misc.c#5 (text+ko) ====

@@ -33,6 +33,7 @@
 #include <sys/limits.h>
 #include <sys/misc.h>
 #include <sys/sunddi.h>
+#include <sys/vimage.h>
 
 char hw_serial[11] = "0";
 
@@ -40,7 +41,7 @@
 #ifdef VIMAGE
 	.nodename = "XXX"	/* XXX Marko FIXME!!! */
 #else
-	.nodename = hostname
+	.nodename = G_hostname
 #endif
 };
 


More information about the p4-projects mailing list