Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 218379 Details for
Bug 297878
Compilation against vanilla kernels from git fails virtualbox-modules, nvidia-driver
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/virtualbox-modules-2.6.32.patch
virtualbox-modules-2.6.32.patch (text/plain), 5.13 KB, created by
Laurento Frittella (mrfree)
on 2010-02-04 09:17:07 UTC
(
hide
)
Description:
files/virtualbox-modules-2.6.32.patch
Filename:
MIME Type:
Creator:
Laurento Frittella (mrfree)
Created:
2010-02-04 09:17:07 UTC
Size:
5.13 KB
patch
obsolete
>diff -Naur work/vboxdrv/include/internal/iprt.h work.patched/vboxdrv/include/internal/iprt.h >--- work/vboxdrv/include/internal/iprt.h 2009-12-17 14:20:50.000000000 +0100 >+++ work.patched/vboxdrv/include/internal/iprt.h 2010-02-04 09:59:48.085585022 +0100 >@@ -43,7 +43,7 @@ > && defined(MODULE) \ > && !defined(RT_NO_EXPORT_SYMBOL) > # define bool linux_bool /* see r0drv/linux/the-linux-kernel.h */ >-# include <linux/autoconf.h> >+# include <generated/autoconf.h> > # if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS) > # include <linux/version.h> > # define MODVERSIONS >diff -Naur work/vboxdrv/include/iprt/types.h work.patched/vboxdrv/include/iprt/types.h >--- work/vboxdrv/include/iprt/types.h 2009-12-17 14:20:50.000000000 +0100 >+++ work.patched/vboxdrv/include/iprt/types.h 2010-02-04 09:59:54.068584438 +0100 >@@ -97,7 +97,7 @@ > # define true linux_true > # define false linux_false > # define uintptr_t linux_uintptr_t >-# include <linux/autoconf.h> >+# include <generated/autoconf.h> > # include <linux/types.h> > # include <linux/stddef.h> > # undef uintptr_t >diff -Naur work/vboxdrv/r0drv/linux/the-linux-kernel.h work.patched/vboxdrv/r0drv/linux/the-linux-kernel.h >--- work/vboxdrv/r0drv/linux/the-linux-kernel.h 2009-12-17 14:20:50.000000000 +0100 >+++ work.patched/vboxdrv/r0drv/linux/the-linux-kernel.h 2010-02-04 10:00:01.919584871 +0100 >@@ -38,7 +38,7 @@ > #include <iprt/types.h> > #define bool linux_bool > >-#include <linux/autoconf.h> >+#include <generated/autoconf.h> > #include <linux/version.h> > > /* We only support 2.4 and 2.6 series kernels */ >diff -Naur work/vboxdrv/SUPDrvInternal.h work.patched/vboxdrv/SUPDrvInternal.h >--- work/vboxdrv/SUPDrvInternal.h 2009-12-17 14:20:50.000000000 +0100 >+++ work.patched/vboxdrv/SUPDrvInternal.h 2010-02-04 09:59:42.409584550 +0100 >@@ -80,7 +80,7 @@ > RT_C_DECLS_END > > #elif defined(RT_OS_LINUX) >-# include <linux/autoconf.h> >+# include <generated/autoconf.h> > # include <linux/version.h> > # if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS) > # define MODVERSIONS >diff -Naur work/vboxnetadp/include/internal/iprt.h work.patched/vboxnetadp/include/internal/iprt.h >--- work/vboxnetadp/include/internal/iprt.h 2009-12-17 14:20:50.000000000 +0100 >+++ work.patched/vboxnetadp/include/internal/iprt.h 2010-02-04 10:00:09.390585779 +0100 >@@ -43,7 +43,7 @@ > && defined(MODULE) \ > && !defined(RT_NO_EXPORT_SYMBOL) > # define bool linux_bool /* see r0drv/linux/the-linux-kernel.h */ >-# include <linux/autoconf.h> >+# include <generated/autoconf.h> > # if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS) > # include <linux/version.h> > # define MODVERSIONS >diff -Naur work/vboxnetadp/include/iprt/types.h work.patched/vboxnetadp/include/iprt/types.h >--- work/vboxnetadp/include/iprt/types.h 2009-12-17 14:20:50.000000000 +0100 >+++ work.patched/vboxnetadp/include/iprt/types.h 2010-02-04 10:00:15.938584501 +0100 >@@ -97,7 +97,7 @@ > # define true linux_true > # define false linux_false > # define uintptr_t linux_uintptr_t >-# include <linux/autoconf.h> >+# include <generated/autoconf.h> > # include <linux/types.h> > # include <linux/stddef.h> > # undef uintptr_t >diff -Naur work/vboxnetadp/r0drv/linux/the-linux-kernel.h work.patched/vboxnetadp/r0drv/linux/the-linux-kernel.h >--- work/vboxnetadp/r0drv/linux/the-linux-kernel.h 2009-12-17 14:20:50.000000000 +0100 >+++ work.patched/vboxnetadp/r0drv/linux/the-linux-kernel.h 2010-02-04 10:00:22.396584769 +0100 >@@ -38,7 +38,7 @@ > #include <iprt/types.h> > #define bool linux_bool > >-#include <linux/autoconf.h> >+#include <generated/autoconf.h> > #include <linux/version.h> > > /* We only support 2.4 and 2.6 series kernels */ >diff -Naur work/vboxnetflt/include/internal/iprt.h work.patched/vboxnetflt/include/internal/iprt.h >--- work/vboxnetflt/include/internal/iprt.h 2009-12-17 14:20:50.000000000 +0100 >+++ work.patched/vboxnetflt/include/internal/iprt.h 2010-02-04 09:59:08.263584885 +0100 >@@ -43,7 +43,7 @@ > && defined(MODULE) \ > && !defined(RT_NO_EXPORT_SYMBOL) > # define bool linux_bool /* see r0drv/linux/the-linux-kernel.h */ >-# include <linux/autoconf.h> >+# include <generated/autoconf.h> > # if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS) > # include <linux/version.h> > # define MODVERSIONS >diff -Naur work/vboxnetflt/include/iprt/types.h work.patched/vboxnetflt/include/iprt/types.h >--- work/vboxnetflt/include/iprt/types.h 2009-12-17 14:20:50.000000000 +0100 >+++ work.patched/vboxnetflt/include/iprt/types.h 2010-02-04 09:59:18.260584551 +0100 >@@ -97,7 +97,7 @@ > # define true linux_true > # define false linux_false > # define uintptr_t linux_uintptr_t >-# include <linux/autoconf.h> >+# include <generated/autoconf.h> > # include <linux/types.h> > # include <linux/stddef.h> > # undef uintptr_t >diff -Naur work/vboxnetflt/r0drv/linux/the-linux-kernel.h work.patched/vboxnetflt/r0drv/linux/the-linux-kernel.h >--- work/vboxnetflt/r0drv/linux/the-linux-kernel.h 2009-12-17 14:20:50.000000000 +0100 >+++ work.patched/vboxnetflt/r0drv/linux/the-linux-kernel.h 2010-02-04 09:59:32.523584735 +0100 >@@ -38,7 +38,7 @@ > #include <iprt/types.h> > #define bool linux_bool > >-#include <linux/autoconf.h> >+#include <generated/autoconf.h> > #include <linux/version.h> > > /* We only support 2.4 and 2.6 series kernels */
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 297878
:
213731
| 218379 |
218381
|
221149