~kris/9p

9hist

6fbb9bf37a4bfb9a442243b95a36cbbcf8c79189 — David du Colombier 24 years ago 567ca0b
Plan 9 from Bell Labs 2002-03-21
1 files changed, 2 insertions(+), 1 deletions(-)

M port/edf.c
M port/edf.c => port/edf.c +2 -1
@@ 258,7 258,8 @@ edfdeadline(Proc *p, SEvent why)
	SET(nt);
	if (p){
		nt = p->task;
		assert(nt);
		if (nt == nil || nt->state != EdfRunning)
			return;
	}
	t = edfpop();