K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-11-19T05:33:30.000000Z K 7 svn:log V 424 Rup uses tm_yday in its uptime printout, but ignores tm_year. This means that if you do an rup on a machine that's been running longer than a year, you get the wrong day count. Now we factor in 365 * (curtime.tm_year - boottime.tm_year) to get the correct value. (I noticed this while running rup on a SunOS machine I have that's been up 525 days. My FreeBSD machines all said it had only been up for 160 (525-365) days. :) END