Add missing MODULE_VERSION() definition to protect against duplicating
module loads. PR: kern/159345 Reported by: Eugene Grosbein <egrosbein att rdtc ru> Tested by: Eugene Grosbein <egrosbein att rdtc ru> Approved by: re (kib) MFC after: 1 week
This commit is contained in:
parent
3ec0e5bcb6
commit
957e60f904
@ -208,6 +208,7 @@ static moduledata_t lagg_mod = {
|
||||
};
|
||||
|
||||
DECLARE_MODULE(if_lagg, lagg_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
|
||||
MODULE_VERSION(if_lagg, 1);
|
||||
|
||||
#if __FreeBSD_version >= 800000
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user