Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2018-12-23 23:51:13 +0300
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-09-25 10:01:04 +0300
commit6bd0b9ed277e8025ca29bf265d419566ceb643b2 (patch)
tree68bca2b4e2b3d4f776b9062a434135089d0e732c
parent84ba60e6ebc9a2ea3898278b2a6a9669cd5b58b5 (diff)
Fix mismatch from r342379.
-rw-r--r--newlib/libc/sys/rtems/include/netdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/rtems/include/netdb.h b/newlib/libc/sys/rtems/include/netdb.h
index cf0330a2f..f06b96912 100644
--- a/newlib/libc/sys/rtems/include/netdb.h
+++ b/newlib/libc/sys/rtems/include/netdb.h
@@ -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 */