K 10 svn:author V 3 tmm K 8 svn:date V 27 2003-07-05T01:31:30.000000Z K 7 svn:log V 223 Fix a signedness problem in zstty_cncheckc(): when no character is ready, -1 should be returned, but it was assigned to an uint8_t (which is extended to an int to form the return value), causing 255 to be returned instead. END