mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:07:14 +08:00
2336e695f6
madwifi removed no longer maintained
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
|