summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_exec_elf32.c
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2007-10-19 11:59:34 +0000
committerad <ad@NetBSD.org>2007-10-19 11:59:34 +0000
commita2a3828545f06ae25986dcfcd3831f7308c09784 (patch)
tree1ae2eaf3967585225c706634df5ff7207bbfa6b8 /sys/compat/linux/common/linux_exec_elf32.c
parent1ba4d2957ab5b24977347329a3bb4ad8491f12e4 (diff)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Diffstat (limited to 'sys/compat/linux/common/linux_exec_elf32.c')
-rw-r--r--sys/compat/linux/common/linux_exec_elf32.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_exec_elf32.c b/sys/compat/linux/common/linux_exec_elf32.c
index d4450e1842e..de5fc627b35 100644
--- a/sys/compat/linux/common/linux_exec_elf32.c
+++ b/sys/compat/linux/common/linux_exec_elf32.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_exec_elf32.c,v 1.79 2007/04/22 08:29:57 dsl Exp $ */
+/* $NetBSD: linux_exec_elf32.c,v 1.80 2007/10/19 12:16:39 ad Exp $ */
/*-
* Copyright (c) 1995, 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_exec_elf32.c,v 1.79 2007/04/22 08:29:57 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_exec_elf32.c,v 1.80 2007/10/19 12:16:39 ad Exp $");
#ifndef ELFSIZE
/* XXX should die */
@@ -65,7 +65,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_exec_elf32.c,v 1.79 2007/04/22 08:29:57 dsl Ex
#include <sys/mman.h>
#include <sys/syscallargs.h>
-#include <machine/cpu.h>
+#include <sys/cpu.h>
#include <machine/reg.h>
#include <compat/linux/common/linux_types.h>