NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44915 CVS commit: src/lib/libc/net



The following reply was made to PR lib/44915; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44915 CVS commit: src/lib/libc/net
Date: Wed, 2 Dec 2015 13:09:53 -0500

 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.
 


Home | Main Index | Thread Index | Old Index