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

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

version 1.11, 2009/04/23 12:58:44 version 1.12, 2009/06/10 03:42:58
Line 1309 
Line 1309 
         else if (pr->log == 2)          else if (pr->log == 2)
                 print_fld_str(FLD_LOG, "All");                  print_fld_str(FLD_LOG, "All");
   
                 printf("%u ", pr->action);          if (pr->action >= numact)
 /*      if (pr->action >= numact)  
                 print_fld_uint(FLD_ACTION, pr->action);                  print_fld_uint(FLD_ACTION, pr->action);
         else print_fld_str(FLD_ACTION, actiontypes[pr->action]);          else print_fld_str(FLD_ACTION, actiontypes[pr->action]);
 */  
         if (pr->proto) {          if (pr->proto) {
                 struct protoent *p = getprotobynumber(pr->proto);                  struct protoent *p = getprotobynumber(pr->proto);
   

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