(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 83b7f6ae1c21feb5149ace7a12778ec8c4974b2a..a3096ce7fda45140b84423f4b3e9f4875a2179e2 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 7f0e034e661f5818a550e7dc25518b11125e898b..aa733d6cc397527d602b8368035f3453a8f4d018 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") },