> On Jan 23, 2019, at 3:30 PM, Enji Cooper wrote:
>
> Author: ngie
> Date: Wed Jan 23 23:30:55 2019
> New Revision: 343367
> URL: https://svnweb.freebsd.org/changeset/base/343367
>
> Log:
> Unbreak the build on architectures where size_t isn't synonymous with
> uintmax_t
>
> I should have u
Author: ngie
Date: Wed Jan 23 23:30:55 2019
New Revision: 343367
URL: https://svnweb.freebsd.org/changeset/base/343367
Log:
Unbreak the build on architectures where size_t isn't synonymous with
uintmax_t
I should have used `%zu` instead of `%ju` with `size_t` types.
MFC after:1 mo