little fixes.

This commit is contained in:
rsc 2004-04-20 05:05:16 +00:00
parent 62c277efe8
commit d2cbcb7722
2 changed files with 2 additions and 0 deletions

View file

@ -77,6 +77,7 @@ main(int argc, char *argv[])
bout = &bioout;
initexpr();
initprint();
kinit();
initialising = 1;
pushfile(0);

View file

@ -29,6 +29,7 @@ sproc(int xpid)
free(correg);
correg = nil;
fprint(2, "mapproc %d\n", xpid);
if(mapproc(xpid, cormap, &correg) < 0)
error("setproc %d: %r", pid);