[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.45 and 1.46

version 1.45, 2007/01/03 18:57:49 version 1.46, 2007/02/04 15:01:11
Line 253 
Line 253 
                         warnx("warning: process display count should "                          warnx("warning: process display count should "
                             "be non-negative -- using default");                              "be non-negative -- using default");
                         warnings++;                          warnings++;
                           topn = Infinity;
                 }                  }
 #if Default_TOPN == Infinity  #if Default_TOPN == Infinity
                 else                  else

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46