diff options
| author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-02-12 11:07:18 +0000 |
|---|---|---|
| committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-02-12 11:07:18 +0000 |
| commit | bd7029a99b0c2974265c6665638ef14a052f42ab (patch) | |
| tree | f5661ba73366d81ef6e91f889ea7fec5ebe07b6b /gl/gai_strerror.c | |
| parent | f99612320d6eda67644c07be04bb21aa4d7789db (diff) | |
| download | monitoring-plugins-bd7029a99b0c2974265c6665638ef14a052f42ab.tar.gz | |
Sync to latest Gnulib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1925 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'gl/gai_strerror.c')
| -rw-r--r-- | gl/gai_strerror.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/gai_strerror.c b/gl/gai_strerror.c index 7f0e034e..9e4abbe6 100644 --- a/gl/gai_strerror.c +++ b/gl/gai_strerror.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
| 7 | the Free Software Foundation; either version 2, or (at your option) | 7 | the Free Software Foundation; either version 3, or (at your option) |
| 8 | any later version. | 8 | any later version. |
| 9 | 9 | ||
| 10 | This program is distributed in the hope that it will be useful, | 10 | This program is distributed in the hope that it will be useful, |
| @@ -52,6 +52,7 @@ values[] = | |||
| 52 | { EAI_SERVICE, N_("Servname not supported for ai_socktype") }, | 52 | { EAI_SERVICE, N_("Servname not supported for ai_socktype") }, |
| 53 | { EAI_SOCKTYPE, N_("ai_socktype not supported") }, | 53 | { EAI_SOCKTYPE, N_("ai_socktype not supported") }, |
| 54 | { EAI_SYSTEM, N_("System error") }, | 54 | { EAI_SYSTEM, N_("System error") }, |
| 55 | { EAI_OVERFLOW, N_("Argument buffer too small") }, | ||
| 55 | #ifdef __USE_GNU | 56 | #ifdef __USE_GNU |
| 56 | { EAI_INPROGRESS, N_("Processing request in progress") }, | 57 | { EAI_INPROGRESS, N_("Processing request in progress") }, |
| 57 | { EAI_CANCELED, N_("Request canceled") }, | 58 | { EAI_CANCELED, N_("Request canceled") }, |
