diff options
Diffstat (limited to 'sys/fs/ntfs/ntfs.h')
-rw-r--r-- | sys/fs/ntfs/ntfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/ntfs/ntfs.h b/sys/fs/ntfs/ntfs.h index d13c081..c8079a8 100644 --- a/sys/fs/ntfs/ntfs.h +++ b/sys/fs/ntfs/ntfs.h @@ -293,7 +293,6 @@ MALLOC_DECLARE(M_NTFSNTHASH); #define VOP__UNLOCK(a, b, c) VOP_UNLOCK((a), (b), (c)) #define VGET(a, b, c) vget((a), (b), (c)) #define VN_LOCK(a, b, c) vn_lock((a), (b), (c)) -#define LOCKMGR(a, b, c) lockmgr((a), (b), (c), NULL) #if defined(NTFS_DEBUG) #define dprintf(a) printf a |