Fix: rlim_cur and rlim_max printing causes a warning on some archs
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Jul 2018 20:07:12 +0000 (16:07 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 21 Sep 2018 04:00:52 +0000 (00:00 -0400)
rlim_cur and rlim_max were assumed to be unsigned longs, but they
are explicitly 64-bits long on 32 bits archs (warning seen for
powerpc 32 and arm 32 builds).

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.026053 seconds and 5 git commands to generate.