Date: Thu, 7 May 2009 00:10:32 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 161697 for review Message-ID: <200905070010.n470AWPN063575@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=161697 Change 161697 by zec@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 };help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905070010.n470AWPN063575>
