summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/fs/ntfs/ntfs_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/ntfs/ntfs_vfsops.c b/sys/fs/ntfs/ntfs_vfsops.c
index 1e7212b..213813e 100644
--- a/sys/fs/ntfs/ntfs_vfsops.c
+++ b/sys/fs/ntfs/ntfs_vfsops.c
@@ -468,8 +468,8 @@ ntfs_unmount(
int mntflags,
struct thread *td)
{
- register struct ntfsmount *ntmp;
- int error, ronly = 0, flags, i;
+ struct ntfsmount *ntmp;
+ int error, ronly, flags, i;
dprintf(("ntfs_unmount: unmounting...\n"));
ntmp = VFSTONTFS(mp);
OpenPOWER on IntegriCloud