diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-28 17:55:22 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-28 17:55:22 +0000 |
commit | 02c37e74a1eac5eb4c3d122e01ca2b2a69441b25 (patch) | |
tree | 30747ffe92d65adbd50592a727fe6318f731e2f5 | |
parent | 7a18ea12ef4fb4851933a57ba1d9646c70ccbefb (diff) |
Formerly main.c.~10~
-rw-r--r-- | proc/main.c | 2 |
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); |