summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/localtime.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-13 01:35:15 +0000
committerChristopher Faylor <me@cgf.cx>2001-10-13 01:35:15 +0000
commitbc6ed5498655ea0e2cc4f0748ad8311e803d5b71 (patch)
treed5aa1cd43a0d4af104f86cdfeeef6d21d8c291ae /winsup/cygwin/localtime.cc
parentcb1826572ce94eabfa1e4b5e8737fad188a55048 (diff)
downloadcygnal-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.tar.gz
cygnal-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.tar.bz2
cygnal-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.zip
* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.
Diffstat (limited to 'winsup/cygwin/localtime.cc')
-rw-r--r--winsup/cygwin/localtime.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/localtime.cc b/winsup/cygwin/localtime.cc
index 43c64ce3c..4f4e54ed8 100644
--- a/winsup/cygwin/localtime.cc
+++ b/winsup/cygwin/localtime.cc
@@ -501,7 +501,7 @@ struct tzhead {
static char wildabbr[] NO_COPY = WILDABBR;
-static const char gmt[] NO_COPY = "GMT";
+static char gmt[] NO_COPY = "GMT";
struct ttinfo { /* time type information */
long tt_gmtoff; /* UTC offset in seconds */