$NetBSD: patch-cm,v 1.1 2005/05/29 14:38:33 wiz Exp $

--- glunix/src/sched/dsched.cc.orig	1997-11-05 21:45:08.000000000 +0100
+++ glunix/src/sched/dsched.cc
@@ -181,14 +181,14 @@ IncomingStartProcess(int arg, Comm_Addr 
 	return True;
     }
     /* Switching to priocntl, this should no longer be necessary */
-#ifdef 0
+#if 0
     if (setpriority(PRIO_PROCESS, startProc->GetMyPid(),
 		    SCHED_HIGHEST_PRIORITY) < 0) {
 	DE("set priority: %s\n", strerror(errno));
     }
 #endif
     // New Sys-V call
-#ifdef 0
+#if 0
     pri.sched_priority = sched_get_priority_max(SCHED_RR) - 10;
     max = sched_get_priority_max(SCHED_RR);
     if (max < 0) {
