A number of additional fixed from Pavel Roskin, note some more bugs in the
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
This commit is contained in:
@@ -234,6 +234,9 @@ extern int kill_main(int argc, char **argv)
|
||||
pid_t* pidList;
|
||||
|
||||
pidList = findPidByName( *argv);
|
||||
if (!pidList)
|
||||
errorMsg( "%s: no process killed\n", *argv);
|
||||
|
||||
for(; pidList && *pidList!=0; pidList++) {
|
||||
if (*pidList==myPid)
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user