summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-07-04 20:35:34 +0000
committerderaadt <deraadt@openbsd.org>2011-07-04 20:35:34 +0000
commit544451c3960bb24421c632fa5dfc8d4155fd076a (patch)
treeca1fd9074ba9268ec361d8586a138aee73f9be82 /sys/kern/vfs_bio.c
parentMake stdout line buffered. (diff)
downloadwireguard-openbsd-544451c3960bb24421c632fa5dfc8d4155fd076a.tar.xz
wireguard-openbsd-544451c3960bb24421c632fa5dfc8d4155fd076a.zip
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.c5
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.
*/