K 10 svn:author V 3 des K 8 svn:date V 27 2002-10-28T10:19:03.000000Z K 7 svn:log V 319 Fix an off-by-one error (> where >= should have been used) which caused _fetch_writev() to incorrectly report EPIPE in certain cases. Also fix a number of const warnings by using __DECONST(), plus a signed / unsigned comparison by casting the rhs to ssize_t. Submitted by: fenner, Craig Rodrigues END