summaryrefslogtreecommitdiffstats
path: root/sys/ntfs/ntfs_vfsops.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/ntfs/ntfs_vfsops.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/ntfs/ntfs_vfsops.c')
-rw-r--r--sys/ntfs/ntfs_vfsops.c5
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>