[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.93 and 1.94

version 1.93, 2018/09/26 17:23:13 version 1.94, 2018/10/05 18:56:57
Line 251 
Line 251 
                 }                  }
         }          }
   
         i = getncpuonline();          i = getncpu();
         if (i == -1)          if (i == -1)
                 err(1, NULL);                  err(1, NULL);
   
Line 467 
Line 467 
                     ps.threads);                      ps.threads);
   
                 /* display the cpu state percentage breakdown */                  /* display the cpu state percentage breakdown */
                 i_cpustates(system_info.cpustates, system_info.cpuonline);                  i_cpustates(system_info.cpustates);
   
                 /* display memory stats */                  /* display memory stats */
                 i_memory(system_info.memory);                  i_memory(system_info.memory);

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94