11 lines
344 B
Diff
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
|