cc -DTZDIR='"/usr/share/zoneinfo"' -DUSG_COMPAT=1 -c localtime.c -o localtime.o localtime.c:277:14: error: non-object type 'char *(int, int)' is not assignable timezone = - ttisp->tt_utoff; ~~~~~~~~ ^ localtime.c:295:2: error: use of undeclared identifier 'daylight' daylight = 0; ^ localtime.c:296:11: error: non-object type 'char *(int, int)' is not assignable timezone = 0; ~~~~~~~~ ^ localtime.c:318:4: error: use of undeclared identifier 'daylight' daylight = 1; ^ 4 errors generated. *** Error code 1 Stop. make: stopped in /usr/home/dogg/min/mod/tzdb-2019c