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

Diff for /src/usr.bin/systat/if.c between version 1.25 and 1.26

version 1.25, 2019/07/04 01:39:44 version 1.26, 2021/01/18 00:49:09
Line 42 
Line 42 
         char            ifs_flag;          char            ifs_flag;
 } *ifstats;  } *ifstats;
   
   struct ifcount sum;
   
 static  int nifs = 0;  static  int nifs = 0;
 static int num_ifs = 0;  static int num_ifs = 0;
 static int show_bits = 0;  static int show_bits = 0;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26