=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.local.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/top/top.local.h 2008/04/02 16:41:24 1.4 --- src/usr.bin/top/top.local.h 2018/09/22 17:10:28 1.5 *************** *** 1,4 **** ! /* $OpenBSD: top.local.h,v 1.4 2008/04/02 16:41:24 deraadt Exp $ */ /* * Top - a top users display for Berkeley Unix --- 1,4 ---- ! /* $OpenBSD: top.local.h,v 1.5 2018/09/22 17:10:28 millert Exp $ */ /* * Top - a top users display for Berkeley Unix *************** *** 18,35 **** */ #ifndef LoadMax #define LoadMax 5.0 - #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 /* --- 18,23 ----