+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.
{ 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") },