[BACK]Return to kill.c CVS log [TXT][DIR] Up to [local] / prex-old / usr / bin / kill

Diff for /prex-old/usr/bin/kill/kill.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:47 version 1.1.1.1.2.1, 2008/08/13 17:12:34
Line 132 
Line 132 
                 sig += 3;                  sig += 3;
         for (n = 1; n < NSIG; n++) {          for (n = 1; n < NSIG; n++) {
                 if (!strcasecmp(sys_signame[n], sig))                  if (!strcasecmp(sys_signame[n], sig))
                         return (n);                          return n;
         }          }
         return (-1);          return -1;
 }  }
   
 static void  static void

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb