list = xrealloc(list, size * sizeof *list);
}
if (list && (opt_long || opt_echo)) {
- char buff[5096]; /* FIXME */
list[matches].num = task.XXXID;
list[matches++].str = xstrdup (cmd);
} else if (list) {
++criteria_count;
break;
/* case 'I': / * FreeBSD: require confirmation before killing * /
- * break;
+ * break; */
/* case 'J': / * Solaris: match by project ID (name or number) * /
* break; */
case 'L': /* FreeBSD: fail if pidfile (see -F) not locked */
continue;
}
if (errno==ESRCH)
- // gone now, which is OK
- continue;
+ /* gone now, which is OK */
+ continue;
xwarn(_("killing pid %ld failed"), procs[i].num);
}
} else {