This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 8560fcf45b3b0b984347ae39a25594989e8f37bb
Author: Carsten Haitzler <[email protected]>
AuthorDate: Thu Feb 26 13:40:53 2026 +0000
e system - nice - dont need ioprio.h
the code that needs it is commented out
---
src/bin/system/e_system_nice.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/bin/system/e_system_nice.c b/src/bin/system/e_system_nice.c
index bf9302300..747925da3 100644
--- a/src/bin/system/e_system_nice.c
+++ b/src/bin/system/e_system_nice.c
@@ -1,6 +1,7 @@
#include "e_system.h"
-#include <linux/ioprio.h>
+// ioprio_set() - dont need
+//#include <linux/ioprio.h>
typedef enum
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.