PERFORCE change 161027 for review

Marko Zec zec at FreeBSD.org
Fri Apr 24 10:39:32 UTC 2009


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

Change 161027 by zec at zec_tpx32 on 2009/04/24 10:39:10

	Fix a typo.

Affected files ...

.. //depot/projects/vimage-commit/src/sys/netgraph/ng_base.c#15 edit

Differences ...

==== //depot/projects/vimage-commit/src/sys/netgraph/ng_base.c#15 (text+ko) ====

@@ -3083,7 +3083,7 @@
 static int
 vnet_netgraph_iattach(const void *arg __unused)
 {
-	INITV_VNET_NETGRAPH(curvnet);
+	INIT_VNET_NETGRAPH(curvnet);
 
 	V_nextID = 1;
 


More information about the p4-projects mailing list