summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_script.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-11-06 19:53:09 +0000
committermiod <miod@openbsd.org>2001-11-06 19:53:09 +0000
commit489e49f965b7c1ff7f0b9f5c3828328436e699eb (patch)
tree1da9f68efcda9c41872b0a0f4306f743570c2ba3 /sys/kern/exec_script.c
parentunbreak child_return. (diff)
downloadwireguard-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/kern/exec_script.c')
-rw-r--r--sys/kern/exec_script.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_script.c b/sys/kern/exec_script.c
index ee852e32222..7f8dc558f2a 100644
--- a/sys/kern/exec_script.c
+++ b/sys/kern/exec_script.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_script.c,v 1.14 2001/10/26 12:03:27 art Exp $ */
+/* $OpenBSD: exec_script.c,v 1.15 2001/11/06 19:53:20 miod Exp $ */
/* $NetBSD: exec_script.c,v 1.13 1996/02/04 02:15:06 christos Exp $ */
/*
@@ -41,7 +41,7 @@
#include <sys/filedesc.h>
#include <sys/exec.h>
#include <sys/resourcevar.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <sys/exec_script.h>