diff options
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 |