X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgai_strerror.c;h=653ff75b3f207aae8157812fd9543ae4019fdeb4;hb=abe9c758009394a09d0cb84cdaae37e5752953f2;hp=f2898706e68b932ed84118f7c9de6f2c93bd6663;hpb=35a32ee9550d22a932f1a71d89653e351405638d;p=gnulib.git diff --git a/lib/gai_strerror.c b/lib/gai_strerror.c index f2898706e..653ff75b3 100644 --- a/lib/gai_strerror.c +++ b/lib/gai_strerror.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1997, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. +/* Copyright (C) 1997, 2001, 2002, 2004, 2005, 2006, 2008, 2009, 2010 Free + Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Philip Blundell , 1997. @@ -16,12 +17,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif - #ifndef _LIBC -# include "getaddrinfo.h" +# include #endif #include @@ -53,7 +50,8 @@ values[] = { EAI_SERVICE, N_("Servname not supported for ai_socktype") }, { EAI_SOCKTYPE, N_("ai_socktype not supported") }, { EAI_SYSTEM, N_("System error") }, -#ifdef __USE_GNU + { EAI_OVERFLOW, N_("Argument buffer too small") }, +#ifdef EAI_INPROGRESS { EAI_INPROGRESS, N_("Processing request in progress") }, { EAI_CANCELED, N_("Request canceled") }, { EAI_NOTCANCELED, N_("Request not canceled") },