PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.

This commit is contained in:
peter 2000-10-02 04:47:19 +00:00
parent a9acd61816
commit ebf830959e
2 changed files with 0 additions and 8 deletions

View File

@ -315,10 +315,6 @@ typedef int (vop_t) __P((void *));
#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)
/* PDIRUNLOCK is used by NetBSD to mark if vfs_lookup() unlocked parent dir;
* on FreeBSD, it's not defined and nothing similar exists */
#define PDIRUNLOCK 0
#endif /* NetBSD */
#if defined(NTFS_DEBUG)

View File

@ -315,10 +315,6 @@ typedef int (vop_t) __P((void *));
#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)
/* PDIRUNLOCK is used by NetBSD to mark if vfs_lookup() unlocked parent dir;
* on FreeBSD, it's not defined and nothing similar exists */
#define PDIRUNLOCK 0
#endif /* NetBSD */
#if defined(NTFS_DEBUG)