Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84982 Details for
Bug 130508
xorg-x11-6.9.0 compile error with linux-headers-2.6.16
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
fix-130508.patch (text/plain), 1.18 KB, created by
Tim Yamin (RETIRED)
on 2006-04-19 14:55:57 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tim Yamin (RETIRED)
Created:
2006-04-19 14:55:57 UTC
Size:
1.18 KB
patch
obsolete
>diff -ur linux/compiler-gcc3.h linux/compiler-gcc3.h >--- linux/compiler-gcc3.h 2006-04-18 16:35:47.000000000 +0100 >+++ linux/compiler-gcc3.h 2006-04-19 22:53:56.000000000 +0100 >@@ -13,4 +13,4 @@ > #define __must_check __attribute__((warn_unused_result)) > #endif > >-#define __always_inline inline __attribute__((always_inline)) >+#define __always_inline __inline__ __attribute__((always_inline)) >diff -ur linux/compiler-gcc4.h linux/compiler-gcc4.h >--- linux/compiler-gcc4.h 2006-04-18 16:35:47.000000000 +0100 >+++ linux/compiler-gcc4.h 2006-04-19 22:54:18.000000000 +0100 >@@ -15,4 +15,4 @@ > #define __attribute_used__ __attribute__((__used__)) > #define __must_check __attribute__((warn_unused_result)) > #define __compiler_offsetof(a,b) __builtin_offsetof(a,b) >-#define __always_inline inline __attribute__((always_inline)) >+#define __always_inline __inline__ __attribute__((always_inline)) >diff -ur linux/compiler.h linux/compiler.h >--- linux/compiler.h 2006-04-18 16:35:47.000000000 +0100 >+++ linux/compiler.h 2006-04-19 22:54:06.000000000 +0100 >@@ -155,7 +155,7 @@ > #endif > > #ifndef __always_inline >-#define __always_inline inline >+#define __always_inline __inline__ > #endif > > #ifdef __cplusplus
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 130508
: 84982