Small tweaks to make things build again.

This commit is contained in:
rsc 2004-02-29 22:42:33 +00:00
parent 91c13e54b5
commit f063dad96e
18 changed files with 43 additions and 48 deletions

View file

@ -750,7 +750,7 @@ inputthread(void *arg)
sendq(m->c->outq, m);
}
closeioproc(io);
fprint(2, "input eof\n");
//fprint(2, "input eof\n");
threadexitsall(0);
}