Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2007 22:42:18 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 124619 for review
Message-ID:  <200708032242.l73MgIxl084180@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124619

Change 124619 by zec@zec_tpx32 on 2007/08/03 22:42:08

	Unbreak nooptions VIMAGE build.

Affected files ...

.. //depot/projects/vimage/src/sys/netgraph/ng_ether.c#9 edit

Differences ...

==== //depot/projects/vimage/src/sys/netgraph/ng_ether.c#9 (text+ko) ====

@@ -823,8 +823,10 @@
 	 * is MOD_UNLOAD, so there's no need to detach any nodes.
 	 */
 
+#ifdef VIMAGE
 	if (!IS_VNET_0(curvnet))
 		return(0);
+#endif
 
 	/* Unregister function hooks */
 	ng_ether_attach_p = NULL;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708032242.l73MgIxl084180>