CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/20 19:27:29
Modified files:
lib/libc/time : difftime.c localtime.c tzfile.h
usr.sbin/zic : zic.c
usr.sbin/zdump : zdump.c
Log message:
Merge remaining parts of tzcode2013d.
Fixes potential issues on 32-bit systems where time_t is 64-bit but
long is 32-bit.
OK tb@
