]> git.pld-linux.org Git - packages/VirtualBox.git/blame - x8664-build.patch
- macroize xserver R for video driver
[packages/VirtualBox.git] / x8664-build.patch
CommitLineData
11e7bb59
JR
1--- a/src/VBox/Runtime/common/ldr/ldrkStuff.cpp 2014-07-20 17:50:52.918200154 +0200
2+++ b/src/VBox/Runtime/common/ldr/ldrkStuff.cpp 2014-07-20 22:59:50.360692743 +0200
3@@ -368,7 +368,7 @@
4 * We provide our own based on IPRT instead of using the kLdr ones.
5 */
6 extern "C" const KRDROPS g_kLdrRdrFileOps;
7-extern "C" const KRDROPS g_kLdrRdrFileOps =
8+const KRDROPS g_kLdrRdrFileOps __attribute__((section(".rodata"))) =
9 {
10 /* .pszName = */ "IPRT",
11 /* .pNext = */ NULL,
This page took 0.128891 seconds and 4 git commands to generate.