diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-11 20:05:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-11 20:05:27 +0000 |
commit | 650cf27b4440ede3599ffc101d32dcc91e46bb9a (patch) | |
tree | 92c55aa4cd2a8c4cc3625c79f143ed9632fe0a72 /sys/compat/common/kern_exit_43.c | |
parent | 071c2d52c75d240533eb0bb44f76527fe6f365cf (diff) |
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/compat/common/kern_exit_43.c')
-rw-r--r-- | sys/compat/common/kern_exit_43.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/common/kern_exit_43.c b/sys/compat/common/kern_exit_43.c index ae1fa5c2578..3559fdbc0d3 100644 --- a/sys/compat/common/kern_exit_43.c +++ b/sys/compat/common/kern_exit_43.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_exit_43.c,v 1.2 1996/08/02 20:34:42 niklas Exp $ */ +/* $OpenBSD: kern_exit_43.c,v 1.3 2001/09/11 20:05:25 miod Exp $ */ /* $NetBSD: kern_exit_43.c,v 1.3 1995/10/07 06:26:20 mycroft Exp $ */ /* @@ -70,7 +70,6 @@ #include <compat/common/compat_util.h> #include <vm/vm.h> -#include <vm/vm_kern.h> #ifdef m68k #include <machine/frame.h> #define GETPS(rp) ((struct frame *)(rp))->f_sr |