Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145789279
D26014.id75626.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D26014.id75626.diff
View Options
Index: emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vnops.c
===================================================================
--- emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vnops.c
+++ emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vnops.c
@@ -1,4 +1,4 @@
---- src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c.orig 2019-10-10 18:06:51 UTC
+--- src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c.orig 2020-07-09 16:50:11 UTC
+++ src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c
@@ -1,10 +1,6 @@
-/* $Id: 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,1343 @@
* 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,12 @@
+ 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
++ ));
++#else
++ , NULL));
++#endif
}
-static int vboxvfs_link(struct vop_link_args *ap)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 25, 12:43 PM (8 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28988246
Default Alt Text
D26014.id75626.diff (1 KB)
Attached To
Mode
D26014: emulators/virtualbox-ose-additions: Fix build on HEAD after r363894
Attached
Detach File
Event Timeline
Log In to Comment