K 10 svn:author V 2 ed K 8 svn:date V 27 2016-07-28T12:22:01.308949Z K 7 svn:log V 346 Change the return type of msgrcv() to ssize_t as required by POSIX. It looks like the msgrcv() system call is already written in such a way that the size is internally computed as a size_t and written into all of td_retval[0]. This means that it is effectively already returning ssize_t. It's just that the userspace prototype doesn't match up. END