summaryrefslogtreecommitdiff
path: root/sys/kern/kern_module.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-02-13 21:34:06 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-02-13 21:34:06 +0000
commit74712770546bf340a05465b7c9df2920c307fe8c (patch)
tree4734b09151b6cbfec94b1e271c004388dfe14c0d /sys/kern/kern_module.c
parentd98b6d44968cd95cda700d1ba6305f807ada1f50 (diff)
Notes
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 9a1f159e3060..72a6991dd20d 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>