changeset 8053:cae55a1e8678

(values): Add EAI_OVERFLOW.
author Simon Josefsson <simon@josefsson.org>
date Wed, 31 Jan 2007 12:41:07 +0000
parents f4e98fccacf0
children aa8abb5db935
files ChangeLog lib/gai_strerror.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-31  Jean-Louis Martineau <martineau@zmanda.com>  (tiny change)
+
+	* lib/gai_strerror.c (values): Add EAI_OVERFLOW.
+
 2007-01-30  Jim Meyering  <jim@meyering.net>
 
 	* lib/mpsort.c (mpsort): Remove spurious "return" in void function.
--- a/lib/gai_strerror.c
+++ b/lib/gai_strerror.c
@@ -52,6 +52,7 @@
     { EAI_SERVICE, N_("Servname not supported for ai_socktype") },
     { EAI_SOCKTYPE, N_("ai_socktype not supported") },
     { EAI_SYSTEM, N_("System error") },
+    { EAI_OVERFLOW, N_("Argument buffer too small") },
 #ifdef __USE_GNU
     { EAI_INPROGRESS, N_("Processing request in progress") },
     { EAI_CANCELED, N_("Request canceled") },