Fix mismatch from r342379.

This commit is contained in:
Pedro F. Giffuni 2018-12-23 20:51:13 +00:00
parent cbbdd28318
commit a5dabd6c3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342383

View File

@ -168,7 +168,7 @@ struct addrinfo {
#define EAI_AGAIN 2 /* name could not be resolved at this time */
#define EAI_BADFLAGS 3 /* flags parameter had an invalid value */
#define EAI_FAIL 4 /* non-recoverable failure in name resolution */
#define EAI_FAMILY 5 /* address family was recognized */
#define EAI_FAMILY 5 /* address family not recognized */
#define EAI_MEMORY 6 /* memory allocation failure */
#if 0
/* Obsoleted on RFC 2553bis-02 */