Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 460530 Details for
Bug 606252
app-emulation/virtualbox-modules-5.1.14 needs a patch for kernel 4.10
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for kernel 4.10
virtualbox-modules-5.1.14-kernel410.patch (text/plain), 1.76 KB, created by
Helmut Jarausch
on 2017-01-18 11:45:36 UTC
(
hide
)
Description:
patch for kernel 4.10
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2017-01-18 11:45:36 UTC
Size:
1.76 KB
patch
obsolete
>--- vboxnetflt/include/iprt/types.h.ORIG 2016-12-26 13:20:04.292219298 +0100 >+++ vboxnetflt/include/iprt/types.h 2016-12-26 14:16:03.730345452 +0100 >@@ -261,12 +261,7 @@ > # else > typedef unsigned char bool; > # endif >-# ifndef true >-# define true (1) >-# endif >-# ifndef false >-# define false (0) >-# endif >+enum mybool{false=0,true=1}; > #endif > > /** >--- vboxdrv/include/iprt/types.h.ORIG 2016-12-26 13:20:04.247219296 +0100 >+++ vboxdrv/include/iprt/types.h 2016-12-26 14:16:38.817346770 +0100 >@@ -261,12 +261,7 @@ > # else > typedef unsigned char bool; > # endif >-# ifndef true >-# define true (1) >-# endif >-# ifndef false >-# define false (0) >-# endif >+enum mybool{false=0,true=1}; > #endif > > /** >--- vboxnetadp/include/iprt/types.h.ORIG 2016-12-26 13:20:04.270219297 +0100 >+++ vboxnetadp/include/iprt/types.h 2016-12-26 14:16:53.128347307 +0100 >@@ -261,12 +261,7 @@ > # else > typedef unsigned char bool; > # endif >-# ifndef true >-# define true (1) >-# endif >-# ifndef false >-# define false (0) >-# endif >+enum mybool{false=0,true=1}; > #endif > > /** >--- vboxpci/include/iprt/types.h.ORIG 2016-12-26 13:20:04.312219299 +0100 >+++ vboxpci/include/iprt/types.h 2016-12-26 14:17:09.295347915 +0100 >@@ -261,12 +261,7 @@ > # else > typedef unsigned char bool; > # endif >-# ifndef true >-# define true (1) >-# endif >-# ifndef false >-# define false (0) >-# endif >+enum mybool{false=0,true=1}; > #endif > > /** >--- vboxdrv/r0drv/linux/string.h.ORIG 2016-08-17 10:35:26.000000000 +0200 >+++ vboxdrv/r0drv/linux/string.h 2016-12-26 14:17:26.468348559 +0100 >@@ -32,8 +32,7 @@ > RT_C_DECLS_BEGIN > #ifndef bool /* Linux 2.6.19 C++ nightmare */ > #define bool bool_type >-#define true true_type >-#define false false_type >+enum mybool{false=false_type,true=true_type}; > #define _Bool int > #define bool_type_r0drv_string_h__ > #endif
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 606252
: 460530