K 10 svn:author V 3 alc K 8 svn:date V 27 2002-06-20T18:38:28.000000Z K 7 svn:log V 357 o Remove an incorrect cast from obreak(). This cast would, for example, break an sbrk(>=4GB) on 64-bit architectures even if the resource limit allowed it. o Correct an off-by-one error. o Correct a spelling error in a comment. o Reorder an && expression so that the commonly FALSE expression comes first. Submitted by: bde (bullets 1 and 2) END