K 10 svn:author V 3 bde K 8 svn:date V 27 1998-11-26T12:59:21.000000Z K 7 svn:log V 383 Removed unused nlist'ed variables stathz and hz. These used to be used to half compensate for broken scaling of p_pctcpu in the kernel, but the previous commit removed this compensation. %cpu values will be wrong by a factor of stathz/hz until the kernel is fixed. (The kernel gets it wrong by a factor of stathz/hz, and top got the compensation wrong by a factor of 100/stathz.) END