Fix ACCEPT_FILTER_DEFINE to pass the version to MODULE_VERSION.

MFC with:	r361263
This commit is contained in:
Mark Johnston 2020-05-21 18:38:41 +00:00
parent 5088a2d18c
commit cb7c78fd28

View File

@ -349,7 +349,7 @@ struct accept_filter {
}; \
DECLARE_MODULE(modname, modname##_mod, SI_SUB_DRIVERS, \
SI_ORDER_MIDDLE); \
MODULE_VERSION(modname, 1)
MODULE_VERSION(modname, ver)
#ifdef MALLOC_DECLARE
MALLOC_DECLARE(M_ACCF);