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

Diff for /src/usr.bin/netstat/show.c between version 1.23 and 1.24

version 1.23, 2009/05/23 18:28:45 version 1.24, 2009/05/31 18:03:42
Line 310 
Line 310 
         else          else
                 printf("%5s ", "-");                  printf("%5s ", "-");
         putchar((rtm->rtm_rmx.rmx_locks & RTV_MTU) ? 'L' : ' ');          putchar((rtm->rtm_rmx.rmx_locks & RTV_MTU) ? 'L' : ' ');
         printf("  %2d %.16s", rtm->rtm_priority & RTP_MASK,          printf("  %2d %.16s", rtm->rtm_priority,
             if_indextoname(rtm->rtm_index, ifbuf));              if_indextoname(rtm->rtm_index, ifbuf));
         putchar('\n');          putchar('\n');
 }  }

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24