summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2014-12-15 16:14:49 +0000
committersbruno <sbruno@FreeBSD.org>2014-12-15 16:14:49 +0000
commit743cbe79f30573123763a806e961de31c35ae706 (patch)
treeb8122dfd55385833e13bb186c02544a062b33d02 /sys/compat
parentd05fefb955b5c3aa7d8ec136a9170d6f25d8ac1f (diff)
downloadFreeBSD-src-743cbe79f30573123763a806e961de31c35ae706.zip
FreeBSD-src-743cbe79f30573123763a806e961de31c35ae706.tar.gz
MFC r271982 and r271990 to support CentOS 6 ports.
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_mib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_mib.c b/sys/compat/linux/linux_mib.c
index 323a38f..cf64599 100644
--- a/sys/compat/linux/linux_mib.c
+++ b/sys/compat/linux/linux_mib.c
@@ -130,9 +130,9 @@ struct linux_prison {
static struct linux_prison lprison0 = {
.pr_osname = "Linux",
- .pr_osrelease = "2.6.16",
+ .pr_osrelease = "2.6.18",
.pr_oss_version = 0x030600,
- .pr_osrel = 2006016
+ .pr_osrel = 2006018
};
static unsigned linux_osd_jail_slot;
OpenPOWER on IntegriCloud