From: albert <> Date: Thu, 10 Oct 2002 20:04:42 +0000 (+0000) Subject: skill -n testing-some-stuff #158630 X-Git-Tag: v3.3.0~453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=065a486ccc696067ac5b70ac4167c024fb25fd94;p=procps-ng skill -n testing-some-stuff #158630 --- diff --git a/skill.c b/skill.c index bbeff3f5..e9bd8861 100644 --- a/skill.c +++ b/skill.c @@ -524,14 +524,6 @@ selection_collection: fprintf(stderr,"ERROR: -v makes no sense with -i and -f.\n"); skillsnice_usage(); } - if(n_flag && signo>=0){ - fprintf(stderr,"ERROR: -n makes no sense with a signal.\n"); - skillsnice_usage(); - } - if(n_flag && prino!=NO_PRI_VAL){ - fprintf(stderr,"ERROR: -n makes no sense with a priority value.\n"); - skillsnice_usage(); - } /* OK, set up defaults */ if(prino==NO_PRI_VAL) prino=4; if(signo<0) signo=SIGTERM;