svn commit: r316457 - stable/11/sys/net
Andrey V. Elsukov
ae at FreeBSD.org
Mon Apr 3 12:48:58 UTC 2017
Author: ae
Date: Mon Apr 3 12:48:56 2017
New Revision: 316457
URL: https://svnweb.freebsd.org/changeset/base/316457
Log:
MFC r316012:
Declare module version.
Modified:
stable/11/sys/net/if_enc.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/net/if_enc.c
==============================================================================
--- stable/11/sys/net/if_enc.c Mon Apr 3 12:26:20 2017 (r316456)
+++ stable/11/sys/net/if_enc.c Mon Apr 3 12:48:56 2017 (r316457)
@@ -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);
More information about the svn-src-stable-11
mailing list