[PATCH xinit 09/14] setpriority and PRIO_PROCESS are in Unix98

Mikhail Gusarov dottedmag at dottedmag.net
Tue Apr 13 13:03:24 PDT 2010


Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
---
 xinit.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/xinit.c b/xinit.c
index 4b0c158..a0737fc 100644
--- a/xinit.c
+++ b/xinit.c
@@ -469,9 +469,7 @@ startServer(char *server[])
         /*
          * don't nice server
          */
-#ifdef PRIO_PROCESS
         setpriority(PRIO_PROCESS, serverpid, -1);
-#endif
 
         errno = 0;
         if(! processTimeout(0, "")) {
-- 
1.7.0



More information about the xorg-devel mailing list