summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r--sys/net/if_tun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index 1061274..b6c7668 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -188,7 +188,7 @@ tunmodevent(module_t mod, int type, void *data)
bpfdetach(&tp->tun_if);
if_detach(&tp->tun_if);
KASSERT(dev->si_flags & SI_NAMED, ("Missing make_dev"));
- FREE(tp, M_TUN);
+ free(tp, M_TUN);
}
/*
OpenPOWER on IntegriCloud