K 10 svn:author V 3 pfg K 8 svn:date V 27 2018-02-23T00:28:00.039136Z K 7 svn:log V 300 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 MFC after: 5 days END