diff options
Diffstat (limited to 'sys/fs/hpfs/hpfs.h')
-rw-r--r-- | sys/fs/hpfs/hpfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/hpfs/hpfs.h b/sys/fs/hpfs/hpfs.h index f880715..e1e8c0c 100644 --- a/sys/fs/hpfs/hpfs.h +++ b/sys/fs/hpfs/hpfs.h @@ -391,7 +391,6 @@ MALLOC_DECLARE(M_HPFSNO); #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, d) lockmgr((a), (b), (c), (d)) extern vop_t ** hpfs_vnodeop_p; |