FreeBSD Bugzilla – Attachment 210587 Details for
Bug 243240
emulators/open-vm-tools-nox11: fails to build after r356337
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Redefine COMPAT_VOP_UNLOCK
patch-modules_freebsd_shared_compat__vop.h (text/plain), 719 bytes, created by
Ruslan Garipov
on 2020-01-10 10:00:29 UTC
(
hide
)
Description:
Redefine COMPAT_VOP_UNLOCK
Filename:
MIME Type:
Creator:
Ruslan Garipov
Created:
2020-01-10 10:00:29 UTC
Size:
719 bytes
patch
obsolete
>--- modules/freebsd/shared/compat_vop.h.orig 2020-01-10 03:05:53 UTC >+++ modules/freebsd/shared/compat_vop.h >@@ -47,7 +47,11 @@ > #if __FreeBSD_version >= 800011 > #define COMPAT_THREAD_VAR(varname, varval) > #define COMPAT_VOP_LOCK(vop, flags, threadvar) VOP_LOCK((vop), (flags)) >+#if __FreeBSD_version >= 1300074 >+#define COMPAT_VOP_UNLOCK(vop, flags, threadvar) VOP_UNLOCK((vop)) >+#else > #define COMPAT_VOP_UNLOCK(vop, flags, threadvar) VOP_UNLOCK((vop), (flags)) >+#endif > #define compat_lockstatus(lock, threadvar) lockstatus((lock)) > #define compat_lockmgr(lock, flags, randompointerparam, threadval) lockmgr((lock), (flags), (randompointerparam)) > #define compat_vn_lock(vp, flags, threadval) vn_lock((vp), (flags))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243240
:
210586
| 210587