HomeFreeBSD

MFC r329846:

Description

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

Details

Provenance
pfgAuthored on
Parents
rS330093: MFC r329682:
Branches
Unknown
Tags
Unknown