diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2018-12-23 20:51:13 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2018-12-23 20:51:13 +0000 |
commit | a5dabd6c3c7a3e565eb07ff393da34f0f1b22cee (patch) | |
tree | 676ee0d4aed0ea631eb026ea46937b184d643187 /include/netdb.h | |
parent | cbbdd2831800b21813f0f0decb27269131367463 (diff) |
Notes
Diffstat (limited to 'include/netdb.h')
-rw-r--r-- | include/netdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h index 90497d93fae46..731e7f7376b51 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 */ |