Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 507948 Details for
Bug 638548
x11-drivers/xf86-video-virtualbox-5.1.30 - fatal error: bits/sigset.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix sigset include path
vbox_video_sigset.patch (text/plain), 1.25 KB, created by
Pavel
on 2017-12-03 20:19:05 UTC
(
hide
)
Description:
Fix sigset include path
Filename:
MIME Type:
Creator:
Pavel
Created:
2017-12-03 20:19:05 UTC
Size:
1.25 KB
patch
obsolete
>diff --git a/src/VBox/Additions/x11/vboxvideo/edid.c b/src/VBox/Additions/x11/vboxvideo/edid.c >index bb55e06..8ede06c 100644 >--- a/src/VBox/Additions/x11/vboxvideo/edid.c >+++ b/src/VBox/Additions/x11/vboxvideo/edid.c >@@ -45,7 +45,7 @@ > */ > > #if XORG_VERSION_CURRENT >= 11900000 >-#include <bits/sigset.h> >+#include <bits/types/__sigset_t.h> > typedef __sigset_t sigset_t; > #endif > #include <misc.h> >diff --git a/src/VBox/Additions/x11/vboxvideo/pointer.c b/src/VBox/Additions/x11/vboxvideo/pointer.c >index 888e29d..66c0c0a 100644 >--- a/src/VBox/Additions/x11/vboxvideo/pointer.c >+++ b/src/VBox/Additions/x11/vboxvideo/pointer.c >@@ -16,7 +16,7 @@ > */ > > #if XORG_VERSION_CURRENT >= 11900000 >-#include <bits/sigset.h> >+#include <bits/types/__sigset_t.h> > typedef __sigset_t sigset_t; > #endif > #include <VBox/VBoxGuestLib.h> >diff --git a/src/VBox/Additions/x11/vboxvideo/vboxvideo.h b/src/VBox/Additions/x11/vboxvideo/vboxvideo.h >index 65708e4..dcbd7ec 100644 >--- a/src/VBox/Additions/x11/vboxvideo/vboxvideo.h >+++ b/src/VBox/Additions/x11/vboxvideo/vboxvideo.h >@@ -53,7 +53,7 @@ > #define _VBOXVIDEO_H_ > > #if XORG_VERSION_CURRENT >= 11900000 >-#include <bits/sigset.h> >+#include <bits/types/__sigset_t.h> > typedef __sigset_t sigset_t; > #endif > #include <VBox/VBoxVideoGuest.h>
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 638548
: 507948 |
545574