diff options
Diffstat (limited to 'sys/compat/linux/common/linux_sysctl.c')
| -rw-r--r-- | sys/compat/linux/common/linux_sysctl.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sys/compat/linux/common/linux_sysctl.c b/sys/compat/linux/common/linux_sysctl.c index e7b1a448956..3c9ff0dcda9 100644 --- a/sys/compat/linux/common/linux_sysctl.c +++ b/sys/compat/linux/common/linux_sysctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sysctl.c,v 1.39 2009/01/05 09:33:19 njoly Exp $ */ +/* $NetBSD: linux_sysctl.c,v 1.40 2010/07/07 01:30:35 chs Exp $ */ /*- * Copyright (c) 2003, 2008 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.39 2009/01/05 09:33:19 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.40 2010/07/07 01:30:35 chs Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -57,13 +57,8 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.39 2009/01/05 09:33:19 njoly Exp #include <compat/linux/common/linux_machdep.h> char linux_sysname[128] = "Linux"; -#if defined(__amd64__) || defined(__i386__) || defined(__powerpc__) -char linux_release[128] = "2.4.18"; -char linux_version[128] = "#0 Wed Feb 20 20:00:02 CET 2002"; -#else -char linux_release[128] = "2.0.38"; -char linux_version[128] = "#0 Sun Nov 11 11:11:11 MET 2000"; -#endif +char linux_release[128] = "2.6.18"; +char linux_version[128] = "#0 Wed Mar 3 03:03:03 PST 2010"; struct sysctlnode linux_sysctl_root = { .sysctl_flags = SYSCTL_VERSION| |
