summarylogtreecommitdiffstats
path: root/cold-fglrx-3.14-current_euid.patch
diff options
context:
space:
mode:
authorVi0L02016-06-12 21:33:37 +0200
committerVi0L02016-06-12 21:33:37 +0200
commitc9f6a5af7883cc103761b63374df5a5a803016f3 (patch)
tree6d25a77bc8019d494efa2dd20bd939d209b2943d /cold-fglrx-3.14-current_euid.patch
parent574f96955f2add81caf3e660e70846645793d732 (diff)
downloadaur-c9f6a5af7883cc103761b63374df5a5a803016f3.tar.gz
15.302.2001-1: initial 4.6 kernel support + switched to dkms + acpi script from aslmaswd
Diffstat (limited to 'cold-fglrx-3.14-current_euid.patch')
-rw-r--r--cold-fglrx-3.14-current_euid.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/cold-fglrx-3.14-current_euid.patch b/cold-fglrx-3.14-current_euid.patch
deleted file mode 100644
index 77bfe2565492..000000000000
--- a/cold-fglrx-3.14-current_euid.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 14.1/common/lib/modules/fglrx/build_mod/firegl_public.c 2014-02-23 19:26:52.215995002 +0100
-+++ 14.1/common/lib/modules/fglrx/build_mod/firegl_public.c 2014-02-23 19:27:59.320999596 +0100
-@@ -1761,7 +1761,11 @@
- #else
-
- #ifdef current_euid
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,14,0)
-+ return __kuid_val(current_euid());
-+#else
- return current_euid();
-+#endif
- #else
- return current->euid;
- #endif