summaryrefslogtreecommitdiff
path: root/libre/virtualbox-libre/003-linux-3.8.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-21 19:25:16 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-21 19:25:16 -0200
commitb7a8b89555b68f0e4c60902dce58204e4b161a73 (patch)
tree18545a486ff7d84884d4b33cc3d03121188b1e80 /libre/virtualbox-libre/003-linux-3.8.patch
parent1f49e88e82744768086e050aa4a32eb0224eda8e (diff)
downloadabslibre-b7a8b89555b68f0e4c60902dce58204e4b161a73.tar.gz
abslibre-b7a8b89555b68f0e4c60902dce58204e4b161a73.tar.bz2
abslibre-b7a8b89555b68f0e4c60902dce58204e4b161a73.zip
virtualbox-libre-4.2.6-4: updating revision
* Fix https://bugs.archlinux.org/task/33236 * Drop rc scripts - remove ft=sh from vim modeline in PKGBUILD * Add patch for upcoming linux-libre 3.8 * Rebuild with qt4 * Rebuild against linux-libre 3.8
Diffstat (limited to 'libre/virtualbox-libre/003-linux-3.8.patch')
-rw-r--r--libre/virtualbox-libre/003-linux-3.8.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/libre/virtualbox-libre/003-linux-3.8.patch b/libre/virtualbox-libre/003-linux-3.8.patch
new file mode 100644
index 000000000..0c6d9fbbf
--- /dev/null
+++ b/libre/virtualbox-libre/003-linux-3.8.patch
@@ -0,0 +1,15 @@
+--- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c (revision 43343)
++++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c (revision 44317)
+@@ -196,7 +196,11 @@
+
+
+ /** PCI hotplug structure. */
+-static const struct pci_device_id __devinitdata g_VBoxGuestPciId[] =
++static const struct pci_device_id
++#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 8, 0)
++__devinitdata
++#endif
++g_VBoxGuestPciId[] =
+ {
+ {
+ vendor: VMMDEV_VENDORID,