Cygwin: net.cc: constify gai_errmap
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
f418195dc9
commit
8053ccd44b
|
@ -2883,7 +2883,7 @@ bad:
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Cygwin specific wrappers around the gai functions. */
|
/* Cygwin specific wrappers around the gai functions. */
|
||||||
static struct gai_errmap_t
|
static const struct gai_errmap_t
|
||||||
{
|
{
|
||||||
int w32_errval;
|
int w32_errval;
|
||||||
const char *errtxt;
|
const char *errtxt;
|
||||||
|
|
Loading…
Reference in New Issue