diff options
author | 2016-12-18 12:41:45 +0100 | |
---|---|---|
committer | 2016-12-18 12:41:57 +0100 | |
commit | 3f41f9237243fd7b26a7885dfcf9ab1a8cd90397 (patch) | |
tree | 80833c52febf1907577c4ef0069f7ff764650496 /app-emulation/virtualbox-modules/files/virtualbox-modules-5.1.10-ALIGN-backport.patch | |
parent | dev-libs/icu: arm stable, bug #594494 (diff) | |
download | gentoo-3f41f9237243fd7b26a7885dfcf9ab1a8cd90397.tar.gz gentoo-3f41f9237243fd7b26a7885dfcf9ab1a8cd90397.tar.bz2 gentoo-3f41f9237243fd7b26a7885dfcf9ab1a8cd90397.zip |
app-emulation/virtualbox-modules: Backport fix for compatibility with linux-4.9
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=602942
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-emulation/virtualbox-modules/files/virtualbox-modules-5.1.10-ALIGN-backport.patch')
-rw-r--r-- | app-emulation/virtualbox-modules/files/virtualbox-modules-5.1.10-ALIGN-backport.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/virtualbox-modules/files/virtualbox-modules-5.1.10-ALIGN-backport.patch b/app-emulation/virtualbox-modules/files/virtualbox-modules-5.1.10-ALIGN-backport.patch new file mode 100644 index 000000000000..1bc3fdddcb3d --- /dev/null +++ b/app-emulation/virtualbox-modules/files/virtualbox-modules-5.1.10-ALIGN-backport.patch @@ -0,0 +1,12 @@ +Index: trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h +=================================================================== +--- a/vboxdrv/SUPDrvInternal.h ++++ b/vboxdrv/SUPDrvInternal.h +@@ -65,7 +65,4 @@ + # include <linux/modversions.h> + # endif +-# endif +-# if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 0) +-# undef ALIGN + # endif + # ifndef KBUILD_STR |