K 10 svn:author V 2 dg K 8 svn:date V 27 1998-11-27T11:44:22.000000Z K 7 svn:log V 254 Compare p_cpulimit with RLIM_INFINITY before comparing it with the process runtime. p_runtime is unsigned while p_cpulimit is not, so this avoids the nasty side effect of the process getting killed when the runtime comes up "negative" due to other bugs. END