]> git.pld-linux.org Git - packages/xorg-driver-video-fglrx.git/blame - xorg-driver-video-fglrx-GPL-only.patch
- 11.3
[packages/xorg-driver-video-fglrx.git] / xorg-driver-video-fglrx-GPL-only.patch
CommitLineData
6aff0c44
JR
1--- xorg-driver-video-fglrx-10.10/common/lib/modules/fglrx/build_mod/kcl_ioctl.c~ 2010-10-19 23:41:18.000000000 +0200
2+++ xorg-driver-video-fglrx-10.10/common/lib/modules/fglrx/build_mod/kcl_ioctl.c 2010-10-23 03:39:08.144926999 +0200
3@@ -193,7 +193,7 @@
4 */
5 void* ATI_API_CALL KCL_IOCTL_AllocUserSpace32(long size)
6 {
7- void __user *ret = COMPAT_ALLOC_USER_SPACE(size);
8+ void __user *ret = arch_compat_alloc_user_space(size);
9
10 /* prevent stack overflow */
11 if (!access_ok(VERIFY_WRITE, ret, size))
This page took 0.081402 seconds and 4 git commands to generate.