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/compat/common | |
parent | 1ab5aa432da05705598d34b699d62a502ea36734 (diff) |
move the specfs code to a place people can see it; ok guenther thib krw
Diffstat (limited to 'sys/compat/common')
-rw-r--r-- | sys/compat/common/vm_43.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/common/vm_43.c b/sys/compat/common/vm_43.c index f0bad67b2da..58b26933060 100644 --- a/sys/compat/common/vm_43.c +++ b/sys/compat/common/vm_43.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_43.c,v 1.5 2003/06/02 23:27:59 millert Exp $ */ +/* $OpenBSD: vm_43.c,v 1.6 2011/07/04 20:35:35 deraadt Exp $ */ /* $NetBSD: vm_43.c,v 1.1 1996/02/05 01:58:29 christos Exp $ */ /* @@ -52,12 +52,11 @@ #include <sys/file.h> #include <sys/mman.h> #include <sys/conf.h> +#include <sys/specdev.h> #include <sys/mount.h> #include <sys/syscallargs.h> -#include <miscfs/specfs/specdev.h> - #include <uvm/uvm_extern.h> /* ARGSUSED */ |