summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 16:57:03 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 16:57:03 +0000
commit1a379079e7404deb4a9b82790d866e5da8ea9d83 (patch)
tree135a36b445360105d1510bed1e6ec7b045c39248 /sys/compat
parented9f0dfcffdcaea3afe458d18f09efe5cdf8f61b (diff)
downloadFreeBSD-src-1a379079e7404deb4a9b82790d866e5da8ea9d83.zip
FreeBSD-src-1a379079e7404deb4a9b82790d866e5da8ea9d83.tar.gz
MFC r283449:
Update Linux compat revision to 32.
Diffstat (limited to 'sys/compat')
-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 e8bf226..80b6c97 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 18
+#define LINUX_KSUBLEVEL 32
#define LINUX_KERNVER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define LINUX_VERSION_CODE LINUX_KERNVER(LINUX_KVERSION, \
OpenPOWER on IntegriCloud