cs: unbreak build

This commit is contained in:
Matthew Flatt 2020-10-12 09:35:20 -06:00
parent 3566536cfe
commit 82744013d5

View File

@ -512,7 +512,7 @@ static long adjust_time_zone(ptr dtvec, struct tm *tmxp, ptr given_tzoff) {
}
}
#else
# ifdef defined(SOLARIS)
# if defined(SOLARIS)
tzoff = timezone;
# else
tzoff = tmxp->tm_gmtoff;