PERFORCE change 159373 for review
Marko Zec
zec at FreeBSD.org
Wed Mar 18 05:36:37 PDT 2009
http://perforce.freebsd.org/chv.cgi?CH=159373
Change 159373 by zec at zec_amdx2 on 2009/03/18 12:36:35
Remove useless lines that slipped in from random experiments.
Affected files ...
.. //depot/projects/vimage/src/sys/net/if.c#70 edit
Differences ...
==== //depot/projects/vimage/src/sys/net/if.c#70 (text+ko) ====
@@ -188,23 +188,6 @@
VNET_MOD_DECLARE(NET, net, vnet_net_iattach, vnet_net_idetach,
NONE, vnet_net_symmap);
-
-static int foo_handler(module_t mod, int /*modeventtype_t*/ what, void *arg);
-
-static int
-foo_handler(module_t mod, int /*modeventtype_t*/ what, void *arg)
-{
- return (0);
-}
-
-static moduledata_t mod_data= {
- "vnet_net",
- foo_handler,
- 0
-};
-
-MODULE_VERSION(vnet_net, 1);
-DECLARE_MODULE(vnet_net, mod_data, SI_SUB_EXEC, SI_ORDER_ANY);
#endif
/*
More information about the p4-projects
mailing list