1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Declare module version.

MFC after:	1 week
This commit is contained in:
Andrey V. Elsukov 2017-03-27 07:56:41 +00:00
parent 476358b30f
commit 52b8eb0b31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316012

View File

@ -423,3 +423,4 @@ static moduledata_t enc_mod = {
};
DECLARE_MODULE(if_enc, enc_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
MODULE_VERSION(if_enc, 1);