In 'sa.c' (in function parse_acct_entries) the values for user, system andelapsed time (all doubles) are being divided by 'hzval = sysconf(_SC_CLK_TCK); hzval', which is defined but never initialized. In the previous version those variables were divided by 'CURR_AHZ'.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

