Date: Tue, 05 Aug 2014 19:07:59 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192404] [EXP-RUN] Pull in linux-c6 compat layer Message-ID: <bug-192404-13-0C3Q9R1RMv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192404-13@https.bugs.freebsd.org/bugzilla/> References: <bug-192404-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192404 --- Comment #3 from Sean Bruno <sbruno@FreeBSD.org> --- I think this may be required once this hits the tree: Index: sys/compat/linux/linux_mib.c =================================================================== --- sys/compat/linux/linux_mib.c (revision 269592) +++ sys/compat/linux/linux_mib.c (working copy) @@ -129,9 +129,9 @@ 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 }; -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192404-13-0C3Q9R1RMv>