This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
uxlaunch/uxlaunch-fixppc.patch
2009-10-13 16:52:02 +00:00

11 lines
344 B
Diff

--- uxlaunch-0.23/desktop.c.orig 2009-09-08 17:56:45.000000000 +0100
+++ uxlaunch-0.23/desktop.c 2009-09-08 17:57:21.000000000 +0100
@@ -26,6 +26,8 @@
# define __NR_ioprio_set 289
#elif defined(__x86_64__)
# define __NR_ioprio_set 251
+#elif defined (__powerpc__)
+# define __NR_ioprio_set 273
#else
# error "Unsupported arch"
#endif