Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 17380 Details for
Bug 28318
fix for media-video/ati-drivers-3.2.5.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patches firegl_public.c
fglrx-2.6.0-test5-inode-minor.patch (text/plain), 945 bytes, created by
Kimball Thurston
on 2003-09-09 19:51:28 UTC
(
hide
)
Description:
patches firegl_public.c
Filename:
MIME Type:
Creator:
Kimball Thurston
Created:
2003-09-09 19:51:28 UTC
Size:
945 bytes
patch
obsolete
>diff -Nurp ../fgl.orig/build_mod/firegl_public.c build_mod/firegl_public.c >--- ../fgl.orig/build_mod/firegl_public.c 2003-09-09 18:59:43.209936816 -0700 >+++ build_mod/firegl_public.c 2003-09-09 18:55:45.243113272 -0700 >@@ -419,7 +419,9 @@ static int firegl_proc_cleanup( int mino > > static int firegl_stub_open(struct inode *inode, struct file *filp) > { >-#if LINUX_VERSION_CODE > 0x020500 >+#if LINUX_VERSION_CODE >= 0x020600 >+ int minor = iminor(inode); >+#elif LINUX_VERSION_CODE > 0x020500 > int minor = minor(inode->i_rdev); > #else > int minor = MINOR(inode->i_rdev); >@@ -845,7 +847,9 @@ const char* __ke_module_parm(void) > > int __ke_inode_rdev_minor(struct inode* inode) > { >-#if LINUX_VERSION_CODE > 0x020500 >+#if LINUX_VERSION_CODE >= 0x020600 >+ return iminor(inode); >+#elif LINUX_VERSION_CODE > 0x020500 > return minor(inode->i_rdev); > #else > return MINOR(inode->i_rdev);
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 28318
: 17380