fix proc leak; add p9usepwlibrary
This commit is contained in:
parent
00c6cee80a
commit
d93cc14ece
2 changed files with 9 additions and 2 deletions
|
|
@ -378,7 +378,7 @@ myperproc(void)
|
|||
break;
|
||||
}
|
||||
}
|
||||
fprint(2, "myperproc %d: cannot find self\n", pid);
|
||||
fprint(2, "myperproc %d (%s): cannot find self\n", pid, argv0);
|
||||
abort();
|
||||
return nil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue