* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.
This commit is contained in:
@@ -356,7 +356,7 @@ __set_winsock_errno (const char *fn, int ln)
|
||||
* Since the member `s' isn't used for debug output we can use it
|
||||
* for the error text returned by herror and hstrerror.
|
||||
*/
|
||||
const static NO_COPY struct tl host_errmap[] =
|
||||
static NO_COPY struct tl host_errmap[] =
|
||||
{
|
||||
{WSAHOST_NOT_FOUND, "Unknown host", HOST_NOT_FOUND},
|
||||
{WSATRY_AGAIN, "Host name lookup failure", TRY_AGAIN},
|
||||
|
Reference in New Issue
Block a user