little fixes.
This commit is contained in:
parent
62c277efe8
commit
d2cbcb7722
2 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ main(int argc, char *argv[])
|
|||
bout = &bioout;
|
||||
|
||||
initexpr();
|
||||
initprint();
|
||||
kinit();
|
||||
initialising = 1;
|
||||
pushfile(0);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue