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;
|
bout = &bioout;
|
||||||
|
|
||||||
initexpr();
|
initexpr();
|
||||||
|
initprint();
|
||||||
kinit();
|
kinit();
|
||||||
initialising = 1;
|
initialising = 1;
|
||||||
pushfile(0);
|
pushfile(0);
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ sproc(int xpid)
|
||||||
free(correg);
|
free(correg);
|
||||||
correg = nil;
|
correg = nil;
|
||||||
|
|
||||||
|
fprint(2, "mapproc %d\n", xpid);
|
||||||
if(mapproc(xpid, cormap, &correg) < 0)
|
if(mapproc(xpid, cormap, &correg) < 0)
|
||||||
error("setproc %d: %r", pid);
|
error("setproc %d: %r", pid);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue