On Thu, Dec 19, 2019 at 10:02:36AM +0100, Toke Høiland-Jørgensen wrote: > Naresh pointed out that libbpf builds fail on 32-bit architectures because > rlimit.rlim_cur is defined as 'unsigned long long' on those architectures. > Fix this by using %zu in printf and casting to size_t. > > Fixes: dc3a2d254782 ("libbpf: Print hint about ulimit when getting permission denied error") > Reported-by: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> > Signed-off-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> Applied, thanks!