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

Diff for /src/usr.bin/top/machine.c between version 1.12 and 1.13

version 1.12, 1998/09/20 05:58:54 version 1.13, 1998/09/20 06:19:14
Line 143 
Line 143 
 static unsigned long cp_time_offset;  static unsigned long cp_time_offset;
   
 /* these are for calculating cpu state percentages */  /* these are for calculating cpu state percentages */
 static int cp_time[CPUSTATES];  static long cp_time[CPUSTATES];
 static int cp_old[CPUSTATES];  static long cp_old[CPUSTATES];
 static int cp_diff[CPUSTATES];  static long cp_diff[CPUSTATES];
   
 /* these are for detailing the process states */  /* these are for detailing the process states */
   

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