diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:33:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:33:51 +0000 |
commit | ec3327fe4e57dff3e01a8e146661d960f16a8bae (patch) | |
tree | 5102f28ece84eba889d16dbd88276806ae39e494 /sys/compat | |
parent | 4fa868dc108c5c4b4ac4786c269928fe57fab7ad (diff) |
absolutely no need to include vm_parm.h after vm.h
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/common/compat_util.h | 3 | ||||
-rw-r--r-- | sys/compat/linux/linux_misc.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/compat/common/compat_util.h b/sys/compat/common/compat_util.h index ccfb6f594bf..2acb1bf0efa 100644 --- a/sys/compat/common/compat_util.h +++ b/sys/compat/common/compat_util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: compat_util.h,v 1.4 2000/07/27 18:32:35 ericj Exp $ */ +/* $OpenBSD: compat_util.h,v 1.5 2001/08/12 20:33:50 mickey Exp $ */ /* $NetBSD: compat_util.h,v 1.1 1995/06/24 20:16:05 christos Exp $ */ /* @@ -34,7 +34,6 @@ #define _COMPAT_UTIL_H_ #include <vm/vm.h> -#include <vm/vm_param.h> #include <sys/exec.h> struct emul; diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 648d4c29919..00e55426536 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_misc.c,v 1.37 2001/07/03 21:56:26 jasoni Exp $ */ +/* $OpenBSD: linux_misc.c,v 1.38 2001/08/12 20:33:50 mickey Exp $ */ /* $NetBSD: linux_misc.c,v 1.27 1996/05/20 01:59:21 fvdl Exp $ */ /* @@ -67,7 +67,6 @@ #include <sys/syscallargs.h> #include <vm/vm.h> -#include <vm/vm_param.h> #include <compat/linux/linux_types.h> #include <compat/linux/linux_fcntl.h> |