FreeBSD Bugzilla – Attachment 217131 Details for
Bug 248528
emulators/virtualbox-ose-additions: Build fails with 13-CURRENT base r363894
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build after r363893: vfs: remove the obsolete privused argument from vaccess
virtualbox-ose.diff (text/plain), 922 bytes, created by
Vladimir Druzenko
on 2020-08-10 16:46:58 UTC
(
hide
)
Description:
Fix build after r363893: vfs: remove the obsolete privused argument from vaccess
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2020-08-10 16:46:58 UTC
Size:
922 bytes
patch
obsolete
>--- emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vnops.c.orig >+++ emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vnops.c >@@ -12,7 +12,7 @@ > * > * This file is part of VirtualBox Open Source Edition (OSE), as > * available from http://www.virtualbox.org. This file is free software; >-@@ -14,228 +10,1338 @@ >+@@ -14,228 +10,1342 @@ > * VirtualBox OSE distribution. VirtualBox OSE is distributed in the > * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. > */ >@@ -503,7 +503,11 @@ > + m = (error == 0) ? node->sf_stat.sf_mode : 0; > + > + return (vaccess(vp->v_type, m, node->vboxfsmp->sf_uid, >-+ node->vboxfsmp->sf_gid, accmode, ap->a_cred, NULL)); >++ node->vboxfsmp->sf_gid, accmode, ap->a_cred >++#if __FreeBSD_version < 1300105 >++ , NULL >++#endif >++ )); > } > > -static int vboxvfs_link(struct vop_link_args *ap)
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
Flags:
vvd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 248528
:
217089
| 217131