[Midnightbsd-cvs] src [9247] trunk/sys/compat/linux/linux_mib.c: pretend we are linux 2.6.18 so we can use newer fedora packages
    laffer1 at midnightbsd.org 
    laffer1 at midnightbsd.org
       
    Thu Dec 29 11:10:31 EST 2016
    
    
  
Revision: 9247
          http://svnweb.midnightbsd.org/src/?rev=9247
Author:   laffer1
Date:     2016-12-29 11:10:30 -0500 (Thu, 29 Dec 2016)
Log Message:
-----------
pretend we are linux 2.6.18 so we can use newer fedora packages
Modified Paths:
--------------
    trunk/sys/compat/linux/linux_mib.c
Modified: trunk/sys/compat/linux/linux_mib.c
===================================================================
--- trunk/sys/compat/linux/linux_mib.c	2016-12-14 02:31:10 UTC (rev 9246)
+++ trunk/sys/compat/linux/linux_mib.c	2016-12-29 16:10:30 UTC (rev 9247)
@@ -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
 };
 
 static unsigned linux_osd_jail_slot;
    
    
More information about the Midnightbsd-cvs
mailing list