svn commit: r342383 - head/include
Pedro F. Giffuni
pfg at FreeBSD.org
Sun Dec 23 20:51:14 UTC 2018
Author: pfg
Date: Sun Dec 23 20:51:13 2018
New Revision: 342383
URL: https://svnweb.freebsd.org/changeset/base/342383
Log:
Fix mismatch from r342379.
Modified:
head/include/netdb.h
Modified: head/include/netdb.h
==============================================================================
--- head/include/netdb.h Sun Dec 23 19:14:31 2018 (r342382)
+++ head/include/netdb.h Sun Dec 23 20:51:13 2018 (r342383)
@@ -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 */
More information about the svn-src-head
mailing list