Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-13 05:35:15 +0400
committerChristopher Faylor <me@cgf.cx>2001-10-13 05:35:15 +0400
commitbc6ed5498655ea0e2cc4f0748ad8311e803d5b71 (patch)
treed5aa1cd43a0d4af104f86cdfeeef6d21d8c291ae /winsup/cygwin/net.cc
parentcb1826572ce94eabfa1e4b5e8737fad188a55048 (diff)
* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r--winsup/cygwin/net.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc
index d32cfc1d9..94b37c3d8 100644
--- a/winsup/cygwin/net.cc
+++ b/winsup/cygwin/net.cc
@@ -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},