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

Diff for /src/usr.bin/netstat/if.c between version 1.65 and 1.66

version 1.65, 2012/08/22 00:11:57 version 1.66, 2012/08/26 19:42:53
Line 320 
Line 320 
                         fmt_scaled(ifd->ifi_obytes, obytes);                          fmt_scaled(ifd->ifi_obytes, obytes);
                         printf("%10s %10s", ibytes, obytes);                          printf("%10s %10s", ibytes, obytes);
                 } else                  } else
                         printf("x %10llu %10llu",                          printf("%10llu %10llu",
                             ifd->ifi_ibytes, ifd->ifi_obytes);                              ifd->ifi_ibytes, ifd->ifi_obytes);
         } else          } else
                 printf("%8llu %5llu %8llu %5llu %5llu",                  printf("%8llu %5llu %8llu %5llu %5llu",

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66