diff options
| author | ad <ad@NetBSD.org> | 2007-10-19 11:59:34 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-10-19 11:59:34 +0000 |
| commit | a2a3828545f06ae25986dcfcd3831f7308c09784 (patch) | |
| tree | 1ae2eaf3967585225c706634df5ff7207bbfa6b8 /sys/compat/linux/common/linux_exec.c | |
| parent | 1ba4d2957ab5b24977347329a3bb4ad8491f12e4 (diff) | |
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Diffstat (limited to 'sys/compat/linux/common/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index cffe7e4c65c..055d035187f 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.95 2007/04/22 08:29:57 dsl Exp $ */ +/* $NetBSD: linux_exec.c,v 1.96 2007/10/19 12:16:38 ad Exp $ */ /*- * Copyright (c) 1994, 1995, 1998, 2000, 2007 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.95 2007/04/22 08:29:57 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.96 2007/10/19 12:16:38 ad Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -58,7 +58,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.95 2007/04/22 08:29:57 dsl Exp $"); #include <uvm/uvm_extern.h> -#include <machine/cpu.h> +#include <sys/cpu.h> #include <machine/reg.h> #include <compat/linux/common/linux_types.h> |
