Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2007 01:16:29 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 124448 for review
Message-ID:  <200708010116.l711GT5h033270@repoman.freebsd.org>

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

Change 124448 by zec@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,



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