chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup: remove redundant "init_module" declarations
[secnet]
/
tun.c
diff --git
a/tun.c
b/tun.c
index eaa7b8aa6e0f5ce46877dc66de7c8941485108b7..cfd5a57ab4e3c33be3dbe64bb1e98c95c84ef3e7 100644
(file)
--- a/
tun.c
+++ b/
tun.c
@@
-603,7
+603,6
@@
static list_t *tun_bsd_apply(closure_t *self, struct cloc loc, dict_t *context,
return tun_create(self,loc,context,args,TUN_FLAVOUR_BSD);
}
-init_module tun_module;
void tun_module(dict_t *dict)
{
add_closure(dict,"tun",tun_apply);