summaryrefslogtreecommitdiff
path: root/include/netdb.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2018-12-23 20:51:13 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2018-12-23 20:51:13 +0000
commita5dabd6c3c7a3e565eb07ff393da34f0f1b22cee (patch)
tree676ee0d4aed0ea631eb026ea46937b184d643187 /include/netdb.h
parentcbbdd2831800b21813f0f0decb27269131367463 (diff)
downloadsrc-test2-a5dabd6c3c7a3e565eb07ff393da34f0f1b22cee.tar.gz
src-test2-a5dabd6c3c7a3e565eb07ff393da34f0f1b22cee.zip
Fix mismatch from r342379.
Notes
Notes: svn path=/head/; revision=342383
Diffstat (limited to 'include/netdb.h')
-rw-r--r--include/netdb.h2
1 files changed, 1 insertions, 1 deletions
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 */