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)
commitec93a312361e12412307281a6a62dbc7df958509
tree5c1c905a4c40fadea3858caa46365a4aed5dcdea
parent900833a2cbdbd75d2317de4d27bcc1b342ac60a9
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.025835 seconds and 5 git commands to generate.