mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 12:15:11 +02:00
virtualbox-ose: fix for glibc 2.26
This commit is contained in:
parent
d8cec5e558
commit
4986b1fdcf
1 changed files with 11 additions and 0 deletions
11
srcpkgs/virtualbox-ose/patches/009-glibc-2.26.patch
Normal file
11
srcpkgs/virtualbox-ose/patches/009-glibc-2.26.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h.orig
|
||||||
|
+++ src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
|
||||||
|
@@ -55,7 +55,7 @@
|
||||||
|
typedef uint32_t id_t;
|
||||||
|
typedef uint32_t zoneid_t;
|
||||||
|
#endif
|
||||||
|
-#if !defined(NGREG) || !defined(RT_OS_LINUX)
|
||||||
|
+#if !defined(__NGREG) || !defined(RT_OS_LINUX)
|
||||||
|
typedef RTCCINTREG greg_t;
|
||||||
|
#else
|
||||||
|
AssertCompileSize(greg_t, sizeof(RTCCINTREG));
|
Loading…
Add table
Reference in a new issue