K 10 svn:author V 2 ed K 8 svn:date V 27 2008-09-02T17:13:11.529406Z K 7 svn:log V 316 Use size_t to store the return value of ttydisc_getc(). The ttydisc_getc() routine obtains a read length from ttyoutq_read(). For no valid reason, the current code stores this value in an int, and returns a size_t. There is no need to perform this useless conversion. Obtained from: //depot/projects/mpsafetty/... END