[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.13 and 1.14

version 1.13, 2008/05/08 07:19:42 version 1.14, 2008/09/15 20:13:10
Line 305 
Line 305 
         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,          printf("  %2d %.16s", rtm->rtm_priority & RTP_MASK,
             if_indextoname(rtm->rtm_index, ifbuf));              if_indextoname(rtm->rtm_index, ifbuf));
         putchar('\n');          putchar('\n');
 }  }

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14