]> sourceware.org Git - newlib-cygwin.git/commitdiff
Fix mismatch from r342379.
authorpfg <pfg@FreeBSD.org>
Sun, 23 Dec 2018 20:51:13 +0000 (20:51 +0000)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 25 Sep 2019 07:01:04 +0000 (09:01 +0200)
newlib/libc/sys/rtems/include/netdb.h

index cf0330a2f26a5925855bb53442f4d9ed6bb74572..f06b969129835d845ffdd15af288d95a30881956 100644 (file)
@@ -53,7 +53,7 @@
 /*
  *      @(#)netdb.h    8.1 (Berkeley) 6/2/93
  *      From: Id: netdb.h,v 8.9 1996/11/19 08:39:29 vixie Exp $
- * $FreeBSD: head/include/netdb.h 326695 2017-12-08 15:57:29Z pfg $
+ * $FreeBSD: head/include/netdb.h 342383 2018-12-23 20:51:13Z pfg $
  */
 
 #ifndef _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 */
This page took 0.029414 seconds and 5 git commands to generate.