FreeBSD Bugzilla – Attachment 190836 Details for
Bug 226073
emulators/virtualbox-ose-additions -- fix two minor bugs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix a pair of warnings
vbox-warnings-patch.txt (text/plain), 1.96 KB, created by
Mikhail Teterin
on 2018-02-20 21:53:36 UTC
(
hide
)
Description:
Fix a pair of warnings
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2018-02-20 21:53:36 UTC
Size:
1.96 KB
patch
obsolete
>Index: files/patch-src-VBox-Additions-common-crOpenGL-egl.c >=================================================================== >--- files/patch-src-VBox-Additions-common-crOpenGL-egl.c (nonexistent) >+++ files/patch-src-VBox-Additions-common-crOpenGL-egl.c (working copy) >@@ -0,0 +1,9 @@ >+--- src/VBox/Additions/common/crOpenGL/egl.c 2018-01-15 09:49:53 >++++ src/VBox/Additions/common/crOpenGL/egl.c 2018-02-20 10:56:16 >+@@ -347,5 +347,5 @@ >+ for (pAttrib2 = pAttrib + 2; *pAttrib2 != EGL_NONE; pAttrib2 += 2) >+ if (*pAttrib2 == *pAttrib) >+- fSkip == true; >++ fSkip = true; >+ if (fSkip) >+ continue; > >Property changes on: files/patch-src-VBox-Additions-common-crOpenGL-egl.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c >=================================================================== >--- files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c (revision 462420) >+++ files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c (working copy) >@@ -11,7 +11,7 @@ > * > * This file is part of VirtualBox Open Source Edition (OSE), as > * available from http://www.virtualbox.org. This file is free software; >-@@ -14,245 +9,479 @@ >+@@ -14,245 +9,478 @@ > * VirtualBox OSE distribution. VirtualBox OSE is distributed in the > * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. > */ >@@ -466,7 +466,6 @@ > + > + MNT_ILOCK(mp); > + mp->mnt_data = vboxfsmp; >-+ bzero(&mp->mnt_stat.f_fsid, sizeof(&mp->mnt_stat.f_fsid)); > + /* f_fsid is int32_t but serial is uint32_t, convert */ > + memcpy(&mp->mnt_stat.f_fsid, &fsinfo.serial, sizeof(mp->mnt_stat.f_fsid)); > + mp->mnt_flag |= MNT_LOCAL;
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 226073
: 190836