In article <20210225101838.bc47cf...@cvs.netbsd.org>,
Simon Burge <source-changes-d@NetBSD.org> wrote:
>-=-=-=-=-=-
>
>Module Name:   othersrc
>Committed By:  simonb
>Date:          Thu Feb 25 10:18:38 UTC 2021
>
>Modified Files:
>       othersrc/usr.bin/sleepto: sleepto.c
>
>Log Message:
>Use %lld and cast to "long long" for any time_t's.

Better %jd and (intmax_t)

christos

Reply via email to