[Chicken-hackers] [PATCH] [5] Fix a few 64-bit issues

2017-06-06 Thread Peter Bex
Hi all, I noticed two problems after looking over the file-modification-time patches I recently submitted. The first is that on 32-bit systems, the mtime or atime that the user passes in would get truncated to 32 bits on a 32-bit platform (and presumably also on a 64-bit LLP platform, ie 64-bit W

Re: [Chicken-hackers] [PATCH] [5] Fix a few 64-bit issues

2017-06-07 Thread Evan Hanson
Hey Peter, On 2017-06-06 22:31, Peter Bex wrote: > I noticed two problems after looking over the file-modification-time > patches I recently submitted. [...] Attached are patches for this. Seems sound, pushed. > Strictly speaking, I suppose we should really add a new C_num_to_size_t > or such, b