summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-13 03:44:49 +0000
committerwollman <wollman@FreeBSD.org>1994-09-13 03:44:49 +0000
commit91bd59b78ccdebb3e1fc3fc31f3b81232ab04436 (patch)
tree6f5770377d883a9e9c719138aa2b8a6c516808d1 /lib/libc
parent458460a94394644cd2ec84bc286e65f8cd55f892 (diff)
parent448e2f9aba8308a4c2d47e3862e68811cec0f70c (diff)
downloadFreeBSD-src-91bd59b78ccdebb3e1fc3fc31f3b81232ab04436.zip
FreeBSD-src-91bd59b78ccdebb3e1fc3fc31f3b81232ab04436.tar.gz
This commit was generated by cvs2svn to compensate for changes in r2710,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdtime/localtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/localtime.c b/lib/libc/stdtime/localtime.c
index aafb751..5403147 100644
--- a/lib/libc/stdtime/localtime.c
+++ b/lib/libc/stdtime/localtime.c
@@ -940,7 +940,7 @@ struct tm * const tmp;
tmp->tm_isdst = ttisp->tt_isdst;
tzname[tmp->tm_isdst] = (char *) &sp->chars[ttisp->tt_abbrind];
#ifdef TM_ZONE
- tmp->TM_ZONE = (char *)&sp->chars[ttisp->tt_abbrind];
+ tmp->TM_ZONE = &sp->chars[ttisp->tt_abbrind];
#endif /* defined TM_ZONE */
}
OpenPOWER on IntegriCloud