diff options
Diffstat (limited to 'sys/compat/linux/common/linux_sysctl.c')
| -rw-r--r-- | sys/compat/linux/common/linux_sysctl.c | 5 |
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__) |
