Patch to make killall actually kill all PIDs with the specified name,
rather then busylooping trying to kill the first one until it dies. Should be more efficient now, and will only send one signal to each specified process. -Erik
This commit is contained in:
@@ -3097,7 +3097,7 @@ local void set_file_type()
|
||||
bin_freq += dyn_ltree[n++].Freq;
|
||||
*file_type = bin_freq > (ascii_freq >> 2) ? BINARY : ASCII;
|
||||
if (*file_type == BINARY && translate_eol) {
|
||||
errorMsg("-l used on binary file", "");
|
||||
errorMsg("-l used on binary file");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user