[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.81 and 1.82

version 1.81, 2014/04/07 15:49:22 version 1.82, 2014/09/17 01:56:54
Line 250 
Line 250 
                 }                  }
         }          }
   
           i = getncpu();
           if (i == -1)
                   err(1, NULL);
   
           if (i > 8)
                   combine_cpus = 1;
   
         /* get count of top processes to display (if any) */          /* get count of top processes to display (if any) */
         if (optind < ac) {          if (optind < ac) {
                 if ((topn = atoiwi(av[optind])) == Invalid) {                  if ((topn = atoiwi(av[optind])) == Invalid) {

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82