diff options
| author | 2001-11-06 19:53:09 +0000 | |
|---|---|---|
| committer | 2001-11-06 19:53:09 +0000 | |
| commit | 489e49f965b7c1ff7f0b9f5c3828328436e699eb (patch) | |
| tree | 1da9f68efcda9c41872b0a0f4306f743570c2ba3 /sys/compat/linux/linux_exec.c | |
| parent | unbreak child_return. (diff) | |
| download | wireguard-openbsd-489e49f965b7c1ff7f0b9f5c3828328436e699eb.tar.xz wireguard-openbsd-489e49f965b7c1ff7f0b9f5c3828328436e699eb.zip | |
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
(Look ma, I might have broken the tree)
Diffstat (limited to 'sys/compat/linux/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/linux_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_exec.c b/sys/compat/linux/linux_exec.c index 350c153bf0f..b4b527827f9 100644 --- a/sys/compat/linux/linux_exec.c +++ b/sys/compat/linux/linux_exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_exec.c,v 1.17 2001/09/19 13:28:43 art Exp $ */ +/* $OpenBSD: linux_exec.c,v 1.18 2001/11/06 19:53:17 miod Exp $ */ /* $NetBSD: linux_exec.c,v 1.13 1996/04/05 00:01:10 christos Exp $ */ /* @@ -46,7 +46,7 @@ #include <sys/mman.h> #include <sys/syscallargs.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/cpu.h> #include <machine/reg.h> |
