mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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…
Reference in a new issue