diff options
author | 2011-07-04 20:35:34 +0000 | |
---|---|---|
committer | 2011-07-04 20:35:34 +0000 | |
commit | 544451c3960bb24421c632fa5dfc8d4155fd076a (patch) | |
tree | ca1fd9074ba9268ec361d8586a138aee73f9be82 /sys/ntfs/ntfs_vfsops.c | |
parent | Make stdout line buffered. (diff) | |
download | wireguard-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/ntfs/ntfs_vfsops.c')
-rw-r--r-- | sys/ntfs/ntfs_vfsops.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/ntfs/ntfs_vfsops.c b/sys/ntfs/ntfs_vfsops.c index 768908f4a17..29b85366cc5 100644 --- a/sys/ntfs/ntfs_vfsops.c +++ b/sys/ntfs/ntfs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntfs_vfsops.c,v 1.26 2011/07/04 04:30:41 tedu Exp $ */ +/* $OpenBSD: ntfs_vfsops.c,v 1.27 2011/07/04 20:35:35 deraadt Exp $ */ /* $NetBSD: ntfs_vfsops.c,v 1.7 2003/04/24 07:50:19 christos Exp $ */ /*- @@ -43,6 +43,7 @@ #include <sys/systm.h> #include <sys/device.h> #include <sys/conf.h> +#include <sys/specdev.h> #if defined(__NetBSD__) || defined(__OpenBSD__) #include <uvm/uvm_extern.h> @@ -50,8 +51,6 @@ #include <vm/vm.h> #endif -#include <miscfs/specfs/specdev.h> - /*#define NTFS_DEBUG 1*/ #if defined(__FreeBSD__) || defined(__NetBSD__) #include <fs/ntfs/ntfs.h> |