aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_watch.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-10-29 18:09:36 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-10-29 18:09:36 +0000
commit923502ff91327138aa9ef1d59ea7044d2936e0ef (patch)
tree54ae4dddde04dac71ef8349b9ecc3e6ad3401152 /sys/ddb/db_watch.c
parent83cc7ae865521464a7c6df85b0cdaed75263c35b (diff)
downloadsrc-923502ff91327138aa9ef1d59ea7044d2936e0ef.tar.gz
src-923502ff91327138aa9ef1d59ea7044d2936e0ef.zip
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.
Notes
Notes: svn path=/head/; revision=52635
Diffstat (limited to 'sys/ddb/db_watch.c')
-rw-r--r--sys/ddb/db_watch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c
index 6ba85c03995b..186a3cccf425 100644
--- a/sys/ddb/db_watch.c
+++ b/sys/ddb/db_watch.c
@@ -38,7 +38,6 @@
#include <sys/lock.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
-#include <vm/vm_prot.h>
#include <ddb/ddb.h>
#include <ddb/db_watch.h>