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 */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"