From e669f13b93440ec932aba858ed83a187c35b4cc9 Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Thu, 27 Feb 2014 21:45:56 +0100 Subject: [PATCH] kernel/ntfs - Remove a forgotten #if defined --- sys/vfs/ntfs/ntfs_vnops.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/vfs/ntfs/ntfs_vnops.c b/sys/vfs/ntfs/ntfs_vnops.c index e8fb78a631..36706f17b4 100644 --- a/sys/vfs/ntfs/ntfs_vnops.c +++ b/sys/vfs/ntfs/ntfs_vnops.c @@ -725,7 +725,6 @@ ntfs_lookup(struct vop_old_lookup_args *ap) return (error); } -#if defined(__DragonFly__) /* * Flush the blocks of a file to disk. * @@ -739,7 +738,6 @@ ntfs_fsync(struct vop_fsync_args *ap) { return (0); } -#endif /* * Return POSIX pathconf information applicable to NTFS filesystem -- 2.41.0