K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2008-05-11T23:14:07.000000Z K 7 svn:log V 315 Don't use libkern's max() function as that's for unsigned numbers only. Instead use the worldwide known MAX() function. This should fix problems with negative values showing up on dev.cpu.%d.temperature. This is slightly different from the fix in the PR. Submitted by: KOIE Hidetaka PR: 123542 END