Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 251671 Details for
Bug 342267
x11-drivers/ati-drivers-10.10 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated patch
ati-drivers-2.6.36.patch (text/plain), 1002 bytes, created by
kiorky
on 2010-10-23 10:29:29 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
kiorky
Created:
2010-10-23 10:29:29 UTC
Size:
1002 bytes
patch
obsolete
>diff -ur work/common/lib/modules/fglrx/build_mod/firegl_public.c work.new/common/lib/modules/fglrx/build_mod/firegl_public.c >--- work/common/lib/modules/fglrx/build_mod/firegl_public.c 2010-10-23 10:20:03.554804512 +0000 >+++ work.new/common/lib/modules/fglrx/build_mod/firegl_public.c 2010-10-23 10:31:57.304781874 +0000 >@@ -320,7 +320,12 @@ > return firegl_release((KCL_IO_FILE_Handle)filp); > } > >+ >+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35) >+int ip_firegl_ioctl(struct file* filp, unsigned int cmd, unsigned long arg) >+#else > int ip_firegl_ioctl(struct inode* inode, struct file* filp, unsigned int cmd, unsigned long arg) >+#endif > { > return firegl_ioctl((KCL_IO_FILE_Handle)filp, cmd, arg); > } >@@ -407,7 +412,11 @@ > #endif > open: ip_firegl_open, > release: ip_firegl_release, >+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35) >+ unlocked_ioctl: ip_firegl_ioctl, >+#else > ioctl: ip_firegl_ioctl, >+#endif > mmap: ip_firegl_mmap, > > write: ip_firegl_write,
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 Raw
Actions:
View
Attachments on
bug 342267
:
251669
| 251671 |
251673
|
251697
|
252931