Re: svn commit: r343367 - head/lib/libc/tests/sys

2019-01-23 Thread Enji Cooper
> 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

svn commit: r343367 - head/lib/libc/tests/sys

2019-01-23 Thread Enji Cooper
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