K 10 svn:author V 2 jh K 8 svn:date V 27 2010-08-18T14:41:34.608394Z K 7 svn:log V 293 MFC r209614: - Don't assign the return value from read(2) to a variable of type int. - Use errx(3) instead of err(3) to print the error message on short reads in readlabel(). errno won't be set on short reads which can easily occur here due to the fixed size read request. PR: 144307 END