Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 339938 Details for
Bug 458904
app-emulation/virtualbox-guest-additions-4.2.6* with vanilla-sources-3.8.0 - grep: /usr/src/linux/include/linux/version.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch for virtualbox-guest-additions-4.2.6
linux-3.8.patch (text/plain), 876 bytes, created by
Tomoh K.
on 2013-02-24 13:52:44 UTC
(
hide
)
Description:
proposed patch for virtualbox-guest-additions-4.2.6
Filename:
MIME Type:
Creator:
Tomoh K.
Created:
2013-02-24 13:52:44 UTC
Size:
876 bytes
patch
obsolete
>Index: trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c >=================================================================== >--- VirtualBox-4.2.6/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c >+++ VirtualBox-4.2.6/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c >@@ -197,5 +197,9 @@ > > /** 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[] = > { > { > >--- vboxguest/VBoxGuest-linux.c >+++ vboxguest/VBoxGuest-linux.c >@@ -197,5 +197,9 @@ > > /** 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[] = > { > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 458904
:
339846
| 339938 |
340066