Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37374 Details for
Bug 60258
bitops.h uses an implied function, causes GCC 3.4 to error out
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bitops patch for linux26-headers-2.6.7-r4
linux26-headers-2.6.7-r4-bitops_fix.patch (text/plain), 486 bytes, created by
LordKow
on 2004-08-13 12:30:37 UTC
(
hide
)
Description:
Bitops patch for linux26-headers-2.6.7-r4
Filename:
MIME Type:
Creator:
LordKow
Created:
2004-08-13 12:30:37 UTC
Size:
486 bytes
patch
obsolete
>diff --unified --recursive --new-file linux-2.6.7/include/linux/bitops.h linux-2.6.7.new/include/linux/bitops.h >--- linux-2.6.7/include/linux/bitops.h 2004-06-16 00:20:04.000000000 -0500 >+++ linux-2.6.7.new/include/linux/bitops.h 2004-08-13 14:17:48.886488792 -0500 >@@ -74,7 +74,7 @@ > extern __inline__ int get_bitmask_order(unsigned int count) > { > int order; >- >+ int fls(count); > order = fls(count); > return order; /* We could be slightly more clever with -1 here... */ > }
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 60258
: 37374