libc/stdtime: Remove some #ifdef checks for TM_{GMTOFF,ZONE}.
commit87f1ef03b707a5aa7f43f4dde0fd10712dab719b
authorSascha Wildner <saw@online.de>
Sat, 22 Sep 2018 18:54:40 +0000 (22 20:54 +0200)
committerSascha Wildner <saw@online.de>
Sat, 22 Sep 2018 18:54:40 +0000 (22 20:54 +0200)
treeb22c3fad5c89cfde430855e7387a005b8bb224d9
parente4749a08461e11a4f7279b70f8c05f372b66bf2d
libc/stdtime: Remove some #ifdef checks for TM_{GMTOFF,ZONE}.

We don't override those and use the defaults from private.h.

While here, clean up the CFLAGS of zdump(8) and zic(8). Most of this
isn't needed.
lib/libc/stdtime/localtime.c
lib/libc/stdtime/strftime.c
usr.sbin/zic/zdump.c
usr.sbin/zic/zdump/Makefile
usr.sbin/zic/zic/Makefile