From 8e3c3eafedf7a33a4058652691ad300f004263e7 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 29 Oct 1999 18:09:36 +0000 Subject: useracc() the prequel: Merge the contents (less some trivial bordering the silly comments) of and into . 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/pc98/i386/machdep.c | 1 - sys/pc98/pc98/machdep.c | 1 - sys/pc98/pc98/wd.c | 1 - 3 files changed, 3 deletions(-) (limited to 'sys/pc98') diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 560f8a3..95025ea 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -87,7 +87,6 @@ #include #include -#include #include #include #include diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 560f8a3..95025ea 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -87,7 +87,6 @@ #include #include -#include #include #include #include diff --git a/sys/pc98/pc98/wd.c b/sys/pc98/pc98/wd.c index 8357cc7..6d26b0e 100644 --- a/sys/pc98/pc98/wd.c +++ b/sys/pc98/pc98/wd.c @@ -93,7 +93,6 @@ #include #include #include -#include #include #include -- cgit v1.1