summaryrefslogtreecommitdiff
path: root/sys/uvm
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/uvm
parent1ab5aa432da05705598d34b699d62a502ea36734 (diff)
move the specfs code to a place people can see it; ok guenther thib krw
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_mmap.c5
-rw-r--r--sys/uvm/uvm_swap.c4
-rw-r--r--sys/uvm/uvm_vnode.c5
3 files changed, 6 insertions, 8 deletions
diff --git a/sys/uvm/uvm_mmap.c b/sys/uvm/uvm_mmap.c
index e87b89dd160..e2cda075b0f 100644
--- a/sys/uvm/uvm_mmap.c
+++ b/sys/uvm/uvm_mmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_mmap.c,v 1.84 2011/06/06 17:10:23 ariane Exp $ */
+/* $OpenBSD: uvm_mmap.c,v 1.85 2011/07/04 20:35:35 deraadt Exp $ */
/* $NetBSD: uvm_mmap.c,v 1.49 2001/02/18 21:19:08 chs Exp $ */
/*
@@ -62,11 +62,10 @@
#include <sys/vnode.h>
#include <sys/conf.h>
#include <sys/stat.h>
+#include <sys/specdev.h>
#include <machine/exec.h> /* for __LDPGSZ */
-#include <miscfs/specfs/specdev.h>
-
#include <sys/syscallargs.h>
#include <uvm/uvm.h>
diff --git a/sys/uvm/uvm_swap.c b/sys/uvm/uvm_swap.c
index f7d16492256..406587f9125 100644
--- a/sys/uvm/uvm_swap.c
+++ b/sys/uvm/uvm_swap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_swap.c,v 1.103 2011/07/03 18:34:14 oga Exp $ */
+/* $OpenBSD: uvm_swap.c,v 1.104 2011/07/04 20:35:35 deraadt Exp $ */
/* $NetBSD: uvm_swap.c,v 1.40 2000/11/17 11:39:39 mrg Exp $ */
/*
@@ -57,7 +57,7 @@
#include <sys/syslog.h>
#endif
-#include <miscfs/specfs/specdev.h>
+#include <sys/specdev.h>
#include "vnd.h"
diff --git a/sys/uvm/uvm_vnode.c b/sys/uvm/uvm_vnode.c
index 33ed7358934..130cf88ae0c 100644
--- a/sys/uvm/uvm_vnode.c
+++ b/sys/uvm/uvm_vnode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_vnode.c,v 1.75 2011/07/04 00:15:47 oga Exp $ */
+/* $OpenBSD: uvm_vnode.c,v 1.76 2011/07/04 20:35:35 deraadt Exp $ */
/* $NetBSD: uvm_vnode.c,v 1.36 2000/11/24 20:34:01 chs Exp $ */
/*
@@ -61,8 +61,7 @@
#include <sys/conf.h>
#include <sys/rwlock.h>
#include <sys/dkio.h>
-
-#include <miscfs/specfs/specdev.h>
+#include <sys/specdev.h>
#include <uvm/uvm.h>
#include <uvm/uvm_vnode.h>