Add a missing module version declaration to if_tun(4).
PR: 181078 Submitted by: Brandon Gooch <jamesbrandongooch@gmail.com> MFC after: 1 week
This commit is contained in:
parent
336da2273b
commit
f82b0dd694
@ -321,6 +321,7 @@ static moduledata_t tun_mod = {
|
||||
};
|
||||
|
||||
DECLARE_MODULE(if_tun, tun_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
|
||||
MODULE_VERSION(if_tun, 1);
|
||||
|
||||
static void
|
||||
tunstart(struct ifnet *ifp)
|
||||
|
Loading…
Reference in New Issue
Block a user