mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
- Use new style LIB_DEPENDS. PR: 173038, 174290, 180499 Submitted by: Garrett Cooper <yaneurabeya@gmail.com> Approved by: swills (maintainer)
11 lines
392 B
C
11 lines
392 B
C
--- modules/freebsd/vmblock/vfsops.c.orig
|
|
+++ modules/freebsd/vmblock/vfsops.c
|
|
@@ -236,7 +236,7 @@
|
|
*/
|
|
MNT_ILOCK(mp);
|
|
mp->mnt_flag |= lowerrootvp->v_mount->mnt_flag & MNT_LOCAL;
|
|
-#if __FreeBSD_version >= 600000
|
|
+#if __FreeBSD_version >= 600000 && __FreeBSD_version < 1000021
|
|
mp->mnt_kern_flag |= lowerrootvp->v_mount->mnt_kern_flag & MNTK_MPSAFE;
|
|
#endif
|
|
MNT_IUNLOCK(mp);
|