From cb53dcdf4f48301f837914a3d528b79cd9774d27 Mon Sep 17 00:00:00 2001 From: pfg Date: Sun, 23 Dec 2018 20:51:13 +0000 Subject: [PATCH] Fix mismatch from r342379. --- include/netdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/netdb.h b/include/netdb.h index 90497d93fae4..731e7f7376b5 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -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 */