summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_sysctl.c
diff options
context:
space:
mode:
authormanu <manu@NetBSD.org>2007-04-23 12:45:42 +0000
committermanu <manu@NetBSD.org>2007-04-23 12:45:42 +0000
commit262a61f00a14d423fe12f0ee9517e639c9fba67a (patch)
treed9c3ae222656ae6d63dc55a2bf1c590b7c910078 /sys/compat/linux/common/linux_sysctl.c
parentb25d1b890f1d920361a1212fb2729a418b62c203 (diff)
Linux's uname should return x86_64 as machine_arch
Diffstat (limited to 'sys/compat/linux/common/linux_sysctl.c')
-rw-r--r--sys/compat/linux/common/linux_sysctl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_sysctl.c b/sys/compat/linux/common/linux_sysctl.c
index 8b51168875c..a84d64d92e8 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.26 2007/03/23 04:16:13 mrg Exp $ */
+/* $NetBSD: linux_sysctl.c,v 1.27 2007/04/23 12:45:42 manu Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.26 2007/03/23 04:16:13 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.27 2007/04/23 12:45:42 manu Exp $");
#if defined (_KERNEL_OPT)
#include "opt_ktrace.h"
@@ -64,6 +64,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sysctl.c,v 1.26 2007/03/23 04:16:13 mrg Exp $"
#include <compat/linux/linux_syscallargs.h>
#include <compat/linux/common/linux_sysctl.h>
#include <compat/linux/common/linux_exec.h>
+#include <compat/linux/common/linux_machdep.h>
char linux_sysname[128] = "Linux";
#if defined(__amd64__) || defined(__i386__) || defined(__powerpc__)