summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_module.c')
-rw-r--r--sys/kern/kern_module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/kern_module.c b/sys/kern/kern_module.c
index 9a1f159..72a6991 100644
--- a/sys/kern/kern_module.c
+++ b/sys/kern/kern_module.c
@@ -414,6 +414,8 @@ modfind(struct thread *td, struct modfind_args *uap)
return (error);
}
+MODULE_VERSION(kernel, __FreeBSD_version);
+
#ifdef COMPAT_IA32
#include <sys/mount.h>
#include <sys/socket.h>
OpenPOWER on IntegriCloud