PERFORCE change 161831 for review
Marko Zec
zec at FreeBSD.org
Sat May 9 14:14:54 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=161831
Change 161831 by zec at 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.
More information about the p4-projects
mailing list