mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 02:24:36 +08:00
13 lines
314 B
Diff
13 lines
314 B
Diff
|
--- ./firegl_public.c.orig 2014-05-25 11:15:02.198520000 +0900
|
||
|
+++ ./firegl_public.c 2014-05-25 11:15:46.289501864 +0900
|
||
|
@@ -1784,7 +1784,8 @@
|
||
|
#else
|
||
|
|
||
|
#ifdef current_euid
|
||
|
- return current_euid();
|
||
|
+// return current_euid();
|
||
|
+ return __kuid_val(current_euid());
|
||
|
#else
|
||
|
return current->euid;
|
||
|
#endif
|