From 8e3c3eafedf7a33a4058652691ad300f004263e7 Mon Sep 17 00:00:00 2001
From: phk <phk@FreeBSD.org>
Date: Fri, 29 Oct 1999 18:09:36 +0000
Subject: useracc() the prequel:

Merge the contents (less some trivial bordering the silly comments)
of <vm/vm_prot.h> and <vm/vm_inherit.h> into <vm/vm.h>.  This puts
the #defines for the vm_inherit_t and vm_prot_t types next to their
typedefs.

This paves the road for the commit to follow shortly: change
useracc() to use VM_PROT_{READ|WRITE} rather than B_{READ|WRITE}
as argument.
---
 sys/svr4/imgact_svr4.c | 1 -
 sys/svr4/svr4_misc.c   | 1 -
 2 files changed, 2 deletions(-)

(limited to 'sys/svr4')

diff --git a/sys/svr4/imgact_svr4.c b/sys/svr4/imgact_svr4.c
index 707e7e4..7dc0d63 100644
--- a/sys/svr4/imgact_svr4.c
+++ b/sys/svr4/imgact_svr4.c
@@ -49,7 +49,6 @@
 #include <vm/vm_param.h>
 #include <vm/pmap.h>
 #include <vm/vm_map.h>
-#include <vm/vm_prot.h>
 #include <vm/vm_extern.h>
 
 #include <svr4/svr4.h>
diff --git a/sys/svr4/svr4_misc.c b/sys/svr4/svr4_misc.c
index a24759e..2b39d6b 100644
--- a/sys/svr4/svr4_misc.c
+++ b/sys/svr4/svr4_misc.c
@@ -84,7 +84,6 @@
 #include <vm/vm.h>
 #include <vm/vm_param.h>
 #include <vm/vm_map.h>
-#include <vm/vm_prot.h>
 
 #if defined(NetBSD)
 # if defined(UVM)
-- 
cgit v1.1