Plan 9 from Bell Labs 1995-04-21
1 files changed, 1 insertions(+), 1 deletions(-) M port/sysproc.c
M port/sysproc.c => port/sysproc.c +1 -1
@@ 466,7 466,7 @@ syssleep(ulong *arg) n = arg[0]; if(n <= 0) { - p->priority = 0; + up->priority = 0; sched(); return 0; }