K 10 svn:author V 3 pfg K 8 svn:date V 27 2018-02-28T02:39:38.031659Z K 7 svn:log V 295 MFC r329846: getpeereid(3): Fix behavior on failure to match documentation. According to the getpeereid(3) documentation, on failure the value -1 is returned and the global variable errno is set to indicate the error. We were returning the error instead. Obtained from: Apple's Libc-1244.30.3 END