mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Return Linux kernel version 2.2.12 by default. This is in line
with linux_base-6.1.
This commit is contained in:
parent
689e7081eb
commit
759eb4613e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55771
@ -69,7 +69,7 @@ SYSCTL_PROC(_compat_linux, OID_AUTO, osname,
|
||||
0, 0, linux_sysctl_osname, "A",
|
||||
"Linux kernel OS name");
|
||||
|
||||
static char linux_osrelease[LINUX_MAX_UTSNAME] = "2.2.5";
|
||||
static char linux_osrelease[LINUX_MAX_UTSNAME] = "2.2.12";
|
||||
|
||||
static int
|
||||
linux_sysctl_osrelease SYSCTL_HANDLER_ARGS
|
||||
|
@ -69,7 +69,7 @@ SYSCTL_PROC(_compat_linux, OID_AUTO, osname,
|
||||
0, 0, linux_sysctl_osname, "A",
|
||||
"Linux kernel OS name");
|
||||
|
||||
static char linux_osrelease[LINUX_MAX_UTSNAME] = "2.2.5";
|
||||
static char linux_osrelease[LINUX_MAX_UTSNAME] = "2.2.12";
|
||||
|
||||
static int
|
||||
linux_sysctl_osrelease SYSCTL_HANDLER_ARGS
|
||||
|
Loading…
Reference in New Issue
Block a user