On 2015/10/02 16:38, Amit Kulkarni wrote: > The part I do not grok is that nagioscore builds happily on 64-bit > AND > 32-bit Linux platforms, ... > > > Ports is a thankless job. I guess there are way more (most probably > paid?) volunteers in Linux who maintain nagios.
AFAIK, Linux uses 'long' for time_t, like we used to. This is 32 bits on 32-bit platforms and 64 bits on 64-bit platforms and matches the %lu format strings. Background etc. in http://www.openbsd.org/papers/eurobsdcon_2013_time_t/