aboutsummaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools/files/patch-vmblock-vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/open-vm-tools/files/patch-vmblock-vfsops.c')
-rw-r--r--emulators/open-vm-tools/files/patch-vmblock-vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/files/patch-vmblock-vfsops.c b/emulators/open-vm-tools/files/patch-vmblock-vfsops.c
index 5f272a04bc54..9d99158476e8 100644
--- a/emulators/open-vm-tools/files/patch-vmblock-vfsops.c
+++ b/emulators/open-vm-tools/files/patch-vmblock-vfsops.c
@@ -5,7 +5,7 @@
MNT_ILOCK(mp);
mp->mnt_flag |= lowerrootvp->v_mount->mnt_flag & MNT_LOCAL;
-#if BSD_VERSION >= 60
-+#if __FreeBSD_version >= 60
++#if __FreeBSD_version >= 600000
mp->mnt_kern_flag |= lowerrootvp->v_mount->mnt_kern_flag & MNTK_MPSAFE;
#endif
MNT_IUNLOCK(mp);