[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.105 and 1.106

version 1.105, 2020/06/25 20:38:41 version 1.106, 2020/06/26 20:55:55
Line 203 
Line 203 
         if (cpu_online == NULL)          if (cpu_online == NULL)
                 err(1, NULL);                  err(1, NULL);
   
         pbase = NULL;  
         pref = NULL;  
         onproc = -1;  
         nproc = 0;  
   
         /*          /*
          * get the page size with "getpagesize" and calculate pageshift from           * get the page size with "getpagesize" and calculate pageshift from
          * it           * it

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