From 923502ff91327138aa9ef1d59ea7044d2936e0ef Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp 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/dev/ata/ata-disk.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/ata') diff --git a/sys/dev/ata/ata-disk.c b/sys/dev/ata/ata-disk.c index 25a997ef52655..62bd58f0a3aa5 100644 --- a/sys/dev/ata/ata-disk.c +++ b/sys/dev/ata/ata-disk.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include -- cgit v1.3