Jan. 12, 2017
5:47 p.m.
On 01/12/2017 09:06 AM, Kees Dekker wrote:
Note that we even don't have 32-bit time_t hosts anymore (since a few years). For me, 64-bit is the only thing to deal with.
On my Fedora 25 x86-64 platform, I can test 32-bit code by compiling with 'gcc -m32'. Perhaps something similar would work for you.
Does this patch replace the previous one sent?
It's in addition. You can get the current version from GitHub, e.g., via the shell command: |git <https://git-scm.com> clone https://github.com/eggert/tz |