debugging for sam, and an old fix forgotten

This commit is contained in:
rsc 2005-01-07 18:03:36 +00:00
parent b80755cf2d
commit a19ff5b204
11 changed files with 28 additions and 7 deletions

View file

@ -24,6 +24,7 @@ sys(char *buf, int devnull)
_exit(2);
default:
waitpid();
fprint(2, "done waiting\n");
}
}