fix proc leak; add p9usepwlibrary

This commit is contained in:
rsc 2006-06-12 17:20:42 +00:00
parent 00c6cee80a
commit d93cc14ece
2 changed files with 9 additions and 2 deletions

View file

@ -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;
}