diff options
author | ru <ru@FreeBSD.org> | 2001-05-26 11:57:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-26 11:57:45 +0000 |
commit | 05f3be90b2e785fbcbac9efe38dd8fb4bd6cdb7c (patch) | |
tree | bc6b0076c297f637980e63a3ebde03fd9302042a /sys/fs/ntfs/ntfs_subr.c | |
parent | bb3012ea8ac3c3f242d03857752725e5a8e74119 (diff) | |
download | FreeBSD-src-05f3be90b2e785fbcbac9efe38dd8fb4bd6cdb7c.zip FreeBSD-src-05f3be90b2e785fbcbac9efe38dd8fb4bd6cdb7c.tar.gz |
- sys/n[tw]fs moved to sys/fs/n[tw]fs
- /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
Diffstat (limited to 'sys/fs/ntfs/ntfs_subr.c')
-rw-r--r-- | sys/fs/ntfs/ntfs_subr.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/fs/ntfs/ntfs_subr.c b/sys/fs/ntfs/ntfs_subr.c index c55cd0a..6158407 100644 --- a/sys/fs/ntfs/ntfs_subr.c +++ b/sys/fs/ntfs/ntfs_subr.c @@ -46,13 +46,13 @@ #endif /* #define NTFS_DEBUG 1 */ -#include <ntfs/ntfs.h> -#include <ntfs/ntfsmount.h> -#include <ntfs/ntfs_inode.h> -#include <ntfs/ntfs_vfsops.h> -#include <ntfs/ntfs_subr.h> -#include <ntfs/ntfs_compr.h> -#include <ntfs/ntfs_ihash.h> +#include <fs/ntfs/ntfs.h> +#include <fs/ntfs/ntfsmount.h> +#include <fs/ntfs/ntfs_inode.h> +#include <fs/ntfs/ntfs_vfsops.h> +#include <fs/ntfs/ntfs_subr.h> +#include <fs/ntfs/ntfs_compr.h> +#include <fs/ntfs/ntfs_ihash.h> #if defined(__FreeBSD__) MALLOC_DEFINE(M_NTFSNTVATTR, "NTFS vattr", "NTFS file attribute information"); |