diff options
| author | mrg <mrg@NetBSD.org> | 2000-06-29 02:40:37 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2000-06-29 02:40:37 +0000 |
| commit | c48063facd90b07c793da02bcbfd8e2ca8327866 (patch) | |
| tree | b67cf6f7051fb9b273fa6b168a6b8c097ce6af22 /sys/compat/linux/common/linux_exec_elf32.c | |
| parent | e87450fc4b731e6dc0f098b2885e413e2d370d7e (diff) | |
remove include of <vm/vm.h>
Diffstat (limited to 'sys/compat/linux/common/linux_exec_elf32.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec_elf32.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_exec_elf32.c b/sys/compat/linux/common/linux_exec_elf32.c index 74f278f04d5..9c7385067c8 100644 --- a/sys/compat/linux/common/linux_exec_elf32.c +++ b/sys/compat/linux/common/linux_exec_elf32.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec_elf32.c,v 1.44 2000/06/26 14:38:57 mrg Exp $ */ +/* $NetBSD: linux_exec_elf32.c,v 1.45 2000/06/29 02:40:39 mrg Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -58,8 +58,6 @@ #include <sys/mman.h> #include <sys/syscallargs.h> -#include <vm/vm.h> - #include <machine/cpu.h> #include <machine/reg.h> |
