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 7528253ed78..aa134b49b0f 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.5 2001/11/30 00:32:46 miod Exp $ */ +/* $OpenBSD: kern_exit_43.c,v 1.6 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: kern_exit_43.c,v 1.3 1995/10/07 06:26:20 mycroft Exp $ */ /* @@ -43,7 +43,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/map.h> #include <sys/ioctl.h> #include <sys/proc.h> #include <sys/tty.h> |