From 6a85e10633a6935c9163da51e5c6c2940fc7a8d4cc814dbfc4ec078df1b30bd9 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Wed, 20 Jun 2018 14:53:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=433 --- fix_32_bit_builds.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/fix_32_bit_builds.patch b/fix_32_bit_builds.patch index 6d39991..c157756 100644 --- a/fix_32_bit_builds.patch +++ b/fix_32_bit_builds.patch @@ -11,3 +11,16 @@ Index: VirtualBox-5.2.12/src/VBox/Additions/linux/sharedfolders/utils.c { int64_t t = RTTimeSpecGetNano(ts); int64_t nsec; +Index: VirtualBox-5.2.12/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h +=================================================================== +--- VirtualBox-5.2.12.orig/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h ++++ VirtualBox-5.2.12/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h +@@ -98,7 +98,7 @@ + #include + #include + #include +-#include ++#include + #include + #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0) + # include