]> git.pld-linux.org Git - packages/VirtualBox.git/blob - x8664-build.patch
move udev rules to 10, set perms for vboxdrvu
[packages/VirtualBox.git] / x8664-build.patch
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.028332 seconds and 3 git commands to generate.