summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_default.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-04 20:35:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-04 20:35:36 +0000
commitdcbf20f66fb414a09cad90c98f477ca3881f1bb8 (patch)
tree6be8ce2adac21165dfc48ee4b31256bf24665088 /sys/kern/vfs_default.c
parent1ab5aa432da05705598d34b699d62a502ea36734 (diff)
move the specfs code to a place people can see it; ok guenther thib krw
Diffstat (limited to 'sys/kern/vfs_default.c')
-rw-r--r--sys/kern/vfs_default.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
index f43f3f90fd6..b3e79470238 100644
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_default.c,v 1.38 2011/07/02 22:20:08 nicm Exp $ */
+/* $OpenBSD: vfs_default.c,v 1.39 2011/07/04 20:35:35 deraadt Exp $ */
/*
* Portions of this code are:
@@ -45,7 +45,7 @@
#include <sys/malloc.h>
#include <sys/pool.h>
#include <sys/event.h>
-#include <miscfs/specfs/specdev.h>
+#include <sys/specdev.h>
int filt_generic_readwrite(struct knote *, long);
void filt_generic_detach(struct knote *);