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

Diff for /src/usr.bin/top/top.local.h between version 1.4 and 1.5

version 1.4, 2008/04/02 16:41:24 version 1.5, 2018/09/22 17:10:28
Line 21 
Line 21 
 #endif  #endif
   
 /*  /*
  *  "Table_size" defines the size of the hash tables used to map uid to  
  *  username.  The number of users in /etc/passwd CANNOT be greater than  
  *  this number.  If the error message "table overflow: too many users"  
  *  is printed by top, then "Table_size" needs to be increased.  Things will  
  *  work best if the number is a prime number that is about twice the number  
  *  of lines in /etc/passwd.  
  */  
 #ifndef Table_size  
 #define Table_size      503  
 #endif  
   
 /*  
  *  "Nominal_TOPN" is used as the default TOPN when Default_TOPN is Infinity   *  "Nominal_TOPN" is used as the default TOPN when Default_TOPN is Infinity
  *  and the output is a dumb terminal.  If we didn't do this, then   *  and the output is a dumb terminal.  If we didn't do this, then
  *  installations who use a default TOPN of Infinity will get every   *  installations who use a default TOPN of Infinity will get every

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5