kill_job
static int kill_job ARGS((Job *j, int sig));
kill_job(j, SIGHUP);
kill_job(j, SIGCONT);
kill_job(j, SIGKILL);
if (kill_job(j, sig) < 0) {