summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_vfsops.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/ntfs/ntfs_vfsops.h')
-rw-r--r--sys/fs/ntfs/ntfs_vfsops.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/ntfs/ntfs_vfsops.h b/sys/fs/ntfs/ntfs_vfsops.h
index c05686f..b82877a 100644
--- a/sys/fs/ntfs/ntfs_vfsops.h
+++ b/sys/fs/ntfs/ntfs_vfsops.h
@@ -36,9 +36,9 @@
struct mount;
struct ntfsmount;
-struct proc;
+struct thread;
struct vnode;
int ntfs_vgetex(struct mount *, ino_t, u_int32_t, char *, u_long, u_long,
- struct proc *, struct vnode **);
+ struct thread *, struct vnode **);
int ntfs_calccfree(struct ntfsmount *, cn_t *);
OpenPOWER on IntegriCloud