aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/compat/linux/linux_mib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_mib.h b/sys/compat/linux/linux_mib.h
index be81e55e323b..2fc32c145f45 100644
--- a/sys/compat/linux/linux_mib.h
+++ b/sys/compat/linux/linux_mib.h
@@ -48,7 +48,7 @@ int linux_kernver(struct thread *td);
#define LINUX_KVERSION 2
#define LINUX_KPATCHLEVEL 6
-#define LINUX_KSUBLEVEL 32
+#define LINUX_KSUBLEVEL 36
#define LINUX_KERNVER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define LINUX_VERSION_CODE LINUX_KERNVER(LINUX_KVERSION, \