Cygwin: net.cc: constify gai_errmap

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2022-08-04 11:36:24 +02:00
parent f418195dc9
commit 8053ccd44b
1 changed files with 1 additions and 1 deletions

View File

@ -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;