Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2009 14:14:52 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 161831 for review
Message-ID:  <200905091414.n49EEqcj064123@repoman.freebsd.org>

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

Change 161831 by zec@zec_tpx32 on 2009/05/09 14:14:27

	Unbreak build - reminder to not paste diffs directly into
	code in the future.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/net/if.c#58 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/net/if.c#58 (text+ko) ====

@@ -953,9 +953,9 @@
 	 * XXX temporarily disabled in VIMAGE builds as we may need to
 	 * to reattach the ifnet to another vnet.
 	 */
-+#ifndef VIMAGE
+#ifndef VIMAGE
 	if_dead(ifp);
-+#endif
+#endif
 
 	/*
 	 * Remove link ifaddr pointer and maybe decrement if_index.



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