Date: Mon, 12 Aug 2019 08:37:59 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r350889 - stable/11/sys/compat/linux Message-ID: <201908120837.x7C8bx1I087627@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Mon Aug 12 08:37:59 2019 New Revision: 350889 URL: https://svnweb.freebsd.org/changeset/base/350889 Log: MFC r349886: linuxcommon: add module version Modified: stable/11/sys/compat/linux/linux_common.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/compat/linux/linux_common.c ============================================================================== --- stable/11/sys/compat/linux/linux_common.c Mon Aug 12 08:36:16 2019 (r350888) +++ stable/11/sys/compat/linux/linux_common.c Mon Aug 12 08:37:59 2019 (r350889) @@ -98,3 +98,4 @@ static moduledata_t linux_common_mod = { }; DECLARE_MODULE(linuxcommon, linux_common_mod, SI_SUB_EXEC, SI_ORDER_ANY); +MODULE_VERSION(linuxcommon, 1);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908120837.x7C8bx1I087627>