PERFORCE change 163061 for review

Marko Zec zec at FreeBSD.org
Sat May 30 06:15:55 UTC 2009


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

Change 163061 by zec at zec_amdx4 on 2009/05/30 06:15:04

	Unbreak build.

Affected files ...

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

Differences ...

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

@@ -204,7 +204,7 @@
 MALLOC_DEFINE(M_IFADDR, "ifaddr", "interface address");
 MALLOC_DEFINE(M_IFMADDR, "ether_multi", "link-level multicast address");
 
-static struct ifnet *
+struct ifnet *
 ifnet_byindex_locked(u_short idx)
 {
 	INIT_VNET_NET(curvnet);


More information about the p4-projects mailing list