This commit was generated by cvs2svn to compensate for changes in r2710,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Garrett Wollman 1994-09-13 03:44:49 +00:00
commit c84ccaa06b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2711

View File

@ -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 */
}