K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-04-05T02:07:33.000000Z K 7 svn:log V 338 Avoid using intermediate variables by just comparing between two values, the latter does not tend to have sign extension and/or overflow bugs, and makes the code more obvious. While I'm there, make use of a macro which is derived from bin/ps/ps.c: ps_compat() to improve the readability of the code. Suggested by: bde MFC after: 1 week END