Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45800 Details for
Bug 74161
matroxset won't compile. Problem is in asm/ioctl.h
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch
patch (text/plain), 484 bytes, created by
moonlite
on 2004-12-11 21:15:32 UTC
(
hide
)
Description:
the patch
Filename:
MIME Type:
Creator:
moonlite
Created:
2004-12-11 21:15:32 UTC
Size:
484 bytes
patch
obsolete
>--- /root/ioctl.h 2004-12-12 06:07:42.609574032 +0100 >+++ /usr/include/asm/ioctl.h 2004-12-12 06:08:23.075422288 +0100 >@@ -55,8 +55,7 @@ > /* provoke compile error for invalid uses of size argument */ > extern unsigned int __invalid_size_argument_for_IOC; > #define _IOC_TYPECHECK(t) \ >- ((sizeof(t) == sizeof(t[1]) && \ >- sizeof(t) < (1 << _IOC_SIZEBITS)) ? \ >+ (( sizeof(t) < (1 << _IOC_SIZEBITS)) ? \ > sizeof(t) : __invalid_size_argument_for_IOC) > > /* used to create numbers */
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 74161
: 45800