(values): Add EAI_OVERFLOW.
authorSimon Josefsson <simon@josefsson.org>
Wed, 31 Jan 2007 12:41:07 +0000 (12:41 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 31 Jan 2007 12:41:07 +0000 (12:41 +0000)
ChangeLog
lib/gai_strerror.c

index 83b7f6a..a3096ce 100644 (file)
--- 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.
index 7f0e034..aa733d6 100644 (file)
@@ -52,6 +52,7 @@ values[] =
     { 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") },