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

Diff for /src/usr.bin/netstat/inet.c between version 1.120 and 1.121

version 1.120, 2012/12/04 02:30:34 version 1.121, 2013/02/05 13:58:02
Line 1229 
Line 1229 
         p("%lu", sb_mbmax, ", ");          p("%lu", sb_mbmax, ", ");
         p("%ld", sb_lowat, "\n ");          p("%ld", sb_lowat, "\n ");
         printf("%s ", name);          printf("%s ", name);
           p("%#0.8x", sb_flagsintr, ", ");
         p("%#0.4x", sb_flags, ", ");          p("%#0.4x", sb_flags, ", ");
         p("%u", sb_timeo, "\n ");          p("%u", sb_timeo, "\n ");
 #undef  p  #undef  p

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121