Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136829 Details for
Bug 200140
Please add x11-drivers/ati-catalyst-7.11
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ati-catalyst-x86_64-warnings.patch
ati-catalyst-x86_64-warnings.patch (text/plain), 1.21 KB, created by
Peter Alfredsen (RETIRED)
on 2007-11-24 00:31:32 UTC
(
hide
)
Description:
ati-catalyst-x86_64-warnings.patch
Filename:
MIME Type:
Creator:
Peter Alfredsen (RETIRED)
Created:
2007-11-24 00:31:32 UTC
Size:
1.21 KB
patch
obsolete
>--- common/lib/modules/fglrx/build_mod/firegl_public.c.old 2007-11-23 17:20:23.000000000 +0100 >+++ common/lib/modules/fglrx/build_mod/firegl_public.c 2007-11-23 17:32:29.000000000 +0100 >@@ -1617,11 +1617,12 @@ > } > > int ATI_API_CALL firegl_put_user_ptr(void *src, u32 *dst) > { > void *temp = src; >- return put_user(temp, dst); >+ void *dst_temp = dst; >+ return put_user(temp, dst_temp); > } > > int ATI_API_CALL firegl_put_user_u16(u16 src, u16 *dst) > { > u16 temp = src; >@@ -3043,13 +3044,11 @@ > #endif > } > > void ATI_API_CALL __ke_unregister_ioctl32_conversion(unsigned int cmd) > { >-#ifdef FIREGL_IOCTL_COMPAT >- return 0; >-#else >+#ifndef FIREGL_IOCTL_COMPAT > unregister_ioctl32_conversion(cmd); > #endif > } > #endif > >@@ -5541,11 +5540,11 @@ > > DBG_ENTER("0x%08X, %d, %d", hSlabCache, iEntrySize, access_type); > > slabcache_obj->routine_type = access_type; > spin_lock_init(&(slabcache_obj->lock)); >- sprintf(slabcache_obj->name, "kas(%08X)", (unsigned int)slabcache_obj); >+ sprintf(slabcache_obj->name, "kas(%08X)", (unsigned int)(long unsigned int)slabcache_obj); > > DBG_TRACE("creating slab object '%s'", slabcache_obj->name); > > if ((slabcache_obj->cache = > #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23)
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 200140
:
136821
|
136822
|
136824
|
136825
|
136826
|
136827
| 136829 |
136830