PERFORCE change 124448 for review
Marko Zec
zec at FreeBSD.org
Wed Aug 1 01:16:30 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=124448
Change 124448 by zec at zec_tpx32 on 2007/08/01 01:16:28
Fix a benign typo that slipped under the compiler's radar.
Affected files ...
.. //depot/projects/vimage/src/sys/netgraph/ng_base.c#13 edit
Differences ...
==== //depot/projects/vimage/src/sys/netgraph/ng_base.c#13 (text+ko) ====
@@ -250,7 +250,7 @@
static vnet_attach_fn vnet_netgraph_iattach;
#ifdef VIMAGE
-static vnet_attach_fn vnet_netgraph_idetach;
+static vnet_detach_fn vnet_netgraph_idetach;
#endif
VNET_MOD_DECLARE(NETGRAPH, netgraph, NULL, vnet_netgraph_iattach,
More information about the p4-projects
mailing list