Module Name: src Committed By: christos Date: Wed Dec 2 18:09:53 UTC 2015
Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: PR/44915: Havard Eidnes: - Convert NS_NOTFOUND to EAI_NONAME instead of EAI_NODATA which more inline with what other OS's do. - Convert NO_DATA to NS_NOTFOUND since there is no equivalent mapping for nsswitch (perhaps we could add one so what we could recover the exact error and return EAI_NODATA?) - If we end up following a CNAME chain that does not find any data return that instead of internal error. XXX: pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/lib/libc/net/getaddrinfo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.