summaryrefslogtreecommitdiff
path: root/proc
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-06-28 17:55:22 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-06-28 17:55:22 +0000
commit02c37e74a1eac5eb4c3d122e01ca2b2a69441b25 (patch)
tree30747ffe92d65adbd50592a727fe6318f731e2f5 /proc
parent7a18ea12ef4fb4851933a57ba1d9646c70ccbefb (diff)
Formerly main.c.~10~
Diffstat (limited to 'proc')
-rw-r--r--proc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/main.c b/proc/main.c
index 82599d95..792be5c6 100644
--- a/proc/main.c
+++ b/proc/main.c
@@ -90,7 +90,7 @@ main (int argc, char **argv, char **envp)
assert (!err);
thread_max_priority (mach_thread_self (), psetcntl, 0);
assert (!err);
- err = task_priority (mach_task_self (), 0, 1);
+ err = task_priority (mach_task_self (), 2, 1);
assert (!err);
mach_port_deallocate (mach_task_self (), pset);