K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-05-17T04:05:07.000000Z K 7 svn:log V 257 Cast sizeof() calls to be of type (int) when they appear in a signed integer expression. Otherwise the sizeof() call will force the expression to be evaluated as unsigned, which is not the intended behavior. Obtained from: NetBSD (in a different form) END