[BACK]Return to ipcrm.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ipcrm

Diff for /src/usr.bin/ipcrm/ipcrm.c between version 1.11 and 1.12

version 1.11, 2015/04/18 18:28:37 version 1.12, 2015/07/26 22:17:34
Line 126 
Line 126 
                 case 's':                  case 's':
                         target_id = strtonum(optarg, 0, INT_MAX, &errstr);                          target_id = strtonum(optarg, 0, INT_MAX, &errstr);
                         if (errstr)                          if (errstr)
                                 errx(1, "-%c %s: %s\n", c, optarg, &errstr);                                  errx(1, "-%c %s: %s\n", c, optarg, errstr);
                         if (c == 'q')                          if (c == 'q')
                                 result = msgrm(0, target_id);                                  result = msgrm(0, target_id);
                         else if (c == 'm')                          else if (c == 'm')

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12