diff --git a/sys/compat/linux/linux_mib.h b/sys/compat/linux/linux_mib.h index 385ba2ab390f..8606e995bd76 100644 --- a/sys/compat/linux/linux_mib.h +++ b/sys/compat/linux/linux_mib.h @@ -47,7 +47,7 @@ int linux_get_oss_version(struct thread *td); int linux_kernver(struct thread *td); #define LINUX_KVERSION 3 -#define LINUX_KPATCHLEVEL 2 +#define LINUX_KPATCHLEVEL 10 #define LINUX_KSUBLEVEL 0 #define LINUX_KERNVER(a,b,c) (((a) << 16) + ((b) << 8) + (c))