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

Diff for /src/usr.bin/top/top.c between version 1.106 and 1.107

version 1.106, 2020/08/26 16:21:28 version 1.107, 2022/09/10 16:58:51
Line 560 
Line 560 
                     proc_compares[order_index]);                      proc_compares[order_index]);
   
                 /* display the load averages */                  /* display the load averages */
                 i_loadave(system_info.last_pid, system_info.load_avg);                  i_loadave(system_info.load_avg);
   
                 /* display the current time */                  /* display the current time */
                 /* this method of getting the time SHOULD be fairly portable */                  /* this method of getting the time SHOULD be fairly portable */

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107