diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-04 20:35:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-04 20:35:36 +0000 |
commit | dcbf20f66fb414a09cad90c98f477ca3881f1bb8 (patch) | |
tree | 6be8ce2adac21165dfc48ee4b31256bf24665088 /sys/kern/vfs_bio.c | |
parent | 1ab5aa432da05705598d34b699d62a502ea36734 (diff) |
move the specfs code to a place people can see it; ok guenther thib krw
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r-- | sys/kern/vfs_bio.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 6a6b1734dcc..9985e1b9a39 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_bio.c,v 1.131 2011/07/04 04:30:41 tedu Exp $ */ +/* $OpenBSD: vfs_bio.c,v 1.132 2011/07/04 20:35:35 deraadt Exp $ */ /* $NetBSD: vfs_bio.c,v 1.44 1996/06/11 11:15:36 pk Exp $ */ /* @@ -56,11 +56,10 @@ #include <sys/resourcevar.h> #include <sys/conf.h> #include <sys/kernel.h> +#include <sys/specdev.h> #include <uvm/uvm_extern.h> -#include <miscfs/specfs/specdev.h> - /* * Definitions for the buffer free lists. */ |