Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 338325
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- org    2010-09-01 10:05:31.000000000 -0400
0
++ common/lib/modules/fglrx/build_mod/kcl_ioctl.c 2010-09-16 23:11:12.066336002 -0400
Lines 193-199 Link Here
193
 */
193
 */
194
void* ATI_API_CALL KCL_IOCTL_AllocUserSpace32(long size)
194
void* ATI_API_CALL KCL_IOCTL_AllocUserSpace32(long size)
195
{
195
{
196
    return compat_alloc_user_space(size);
196
    return arch_compat_alloc_user_space(size);
197
}
197
}
198
198
199
#endif // __x86_64__
199
#endif // __x86_64__

Return to bug 338325