diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-16 20:50:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-16 20:50:18 +0000 |
commit | 2104b5cfc2dcb54ff2570b8eb33764d36a9cfac0 (patch) | |
tree | 1e3d6e2daa59e4de760808cbc90ece1e3eb568d4 /sys/compat/common | |
parent | c5602f5c4efcef436367c56c264fa2202c28f310 (diff) |
Don't include <sys/map.h> when you don't need what's in it.
Diffstat (limited to 'sys/compat/common')
-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> |