pgrep/pkill
Denys Vlasenko
vda.linux at googlemail.com
Sun Sep 30 16:35:10 UTC 2007
On Sunday 30 September 2007 09:09, Loïc Grenié wrote:
> > There was a typo at line 122 of pgrep.c and I made an error: kill
> > cannot exit. I've modified print_signames_and_exit in print_signames
> > and added a return EXIT_SUCCESS; to pgrep_main.
>
> Forgot to attach before sending.
- free(cmd_last);
+ free(cmd);
cmd_last = xstrdup(cmd_last);
You mean "cmd_last = xstrdup(cmd);"
The rest is fine, applied.
--
vda
More information about the busybox
mailing list