On 2020-10-05, "Peter N. M. Hansteen" <[email protected]> wrote:
> I hadn't looked in a while, but it amazes me that FreeBSD still has > 32-bit time_t. Only on FreeBSD/i386. On all other architectures, time_t is int64_t. See src/sys/*/include/_types.h. -- Christian "naddy" Weisgerber [email protected]

