diff options
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r-- | winsup/cygwin/net.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 41cbb7ed9..a42b3d38e 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -225,7 +225,7 @@ static struct tl errmap[] = {WSAEREMOTE, "WSAEREMOTE", EREMOTE}, {WSAEINVAL, "WSAEINVAL", EINVAL}, {WSAEFAULT, "WSAEFAULT", EFAULT}, - {0} + {0, NULL, 0} }; /* Cygwin internal */ @@ -256,7 +256,7 @@ static struct tl host_errmap[] = {WSATRY_AGAIN, "WSATRY_AGAIN", TRY_AGAIN}, {WSANO_RECOVERY, "WSANO_RECOVERY", NO_RECOVERY}, {WSANO_DATA, "WSANO_DATA", NO_DATA}, - {0} + {0, NULL, 0} }; /* Cygwin internal */ |