On 2020-10-05, Roderick <hru...@gmail.com> wrote: > The source of my confusion with FreeBSD:
> /usr/include/x86/_types.h contains: > typedef __int32_t __time_t; > typedef int __int32_t; $ fgrep time_t /usr/include/x86/_types.h typedef __int64_t __time_t; /* time()... */ typedef __int32_t __time_t; There's an #ifdef __LP64__ ... -- Christian "naddy" Weisgerber na...@mips.inka.de