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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Jul 2018 20:07:12 +0000 (16:07 -0400)
commit1ccd67746a46d32d47ac45f9f2c2e6261b020134
treeca5da5d1bf76a01ce3657114152be0eedad22d1c
parentc49afd40bde1d5f215459a2c94094896ecf090c9
Fix: rlim_cur and rlim_max printing causes a warning on some archs

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>
src/bin/lttng-relayd/main.c
This page took 0.0259 seconds and 5 git commands to generate.