diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-05-20 00:32:10 +0200 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-05-20 00:32:10 +0200 |
| commit | 50b3ff7b91e78a61aca93247bee586d6d7eb27c8 (patch) | |
| tree | db4c7eee24479ac7ee6888ce1562facf60159b71 /gl/gai_strerror.c | |
| parent | 2701ccd500e60537a8c2977a81549ff33eeaef3f (diff) | |
| download | monitoring-plugins-50b3ff7b91e78a61aca93247bee586d6d7eb27c8.tar.gz | |
Sync with the latest Gnulib code (cb75dc5)
Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
Diffstat (limited to 'gl/gai_strerror.c')
| -rw-r--r-- | gl/gai_strerror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/gai_strerror.c b/gl/gai_strerror.c index 78a8edfe..afbcdbb4 100644 --- a/gl/gai_strerror.c +++ b/gl/gai_strerror.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1997, 2001, 2002, 2004, 2005, 2006, 2008 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1997, 2001, 2002, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc. |
| 2 | This file is part of the GNU C Library. | 2 | This file is part of the GNU C Library. |
| 3 | Contributed by Philip Blundell <pjb27@cam.ac.uk>, 1997. | 3 | Contributed by Philip Blundell <pjb27@cam.ac.uk>, 1997. |
| 4 | 4 | ||
| @@ -50,7 +50,7 @@ values[] = | |||
| 50 | { EAI_SOCKTYPE, N_("ai_socktype not supported") }, | 50 | { EAI_SOCKTYPE, N_("ai_socktype not supported") }, |
| 51 | { EAI_SYSTEM, N_("System error") }, | 51 | { EAI_SYSTEM, N_("System error") }, |
| 52 | { EAI_OVERFLOW, N_("Argument buffer too small") }, | 52 | { EAI_OVERFLOW, N_("Argument buffer too small") }, |
| 53 | #ifdef __USE_GNU | 53 | #ifdef EAI_INPROGRESS |
| 54 | { EAI_INPROGRESS, N_("Processing request in progress") }, | 54 | { EAI_INPROGRESS, N_("Processing request in progress") }, |
| 55 | { EAI_CANCELED, N_("Request canceled") }, | 55 | { EAI_CANCELED, N_("Request canceled") }, |
| 56 | { EAI_NOTCANCELED, N_("Request not canceled") }, | 56 | { EAI_NOTCANCELED, N_("Request not canceled") }, |
