diff options
| author | 2001-08-12 20:33:50 +0000 | |
|---|---|---|
| committer | 2001-08-12 20:33:50 +0000 | |
| commit | 0ea6fdca1f1fb85b77d1cc52fb305f429a60c5f4 (patch) | |
| tree | 906fbba17c78cf5c43688c8578d6d1e4c356e63f /sys/compat/linux/linux_misc.c | |
| parent | wsmux does not need to be cdev_decl'ed here (diff) | |
| download | wireguard-openbsd-0ea6fdca1f1fb85b77d1cc52fb305f429a60c5f4.tar.xz wireguard-openbsd-0ea6fdca1f1fb85b77d1cc52fb305f429a60c5f4.zip | |
absolutely no need to include vm_parm.h after vm.h
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
| -rw-r--r-- | sys/compat/linux/linux_misc.c | 3 |
1 files changed, 1 insertions, 2 deletions
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> |
