Backport: 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 23:17:47 +0000 (19:17 -0400)
commit84e853c7dffa77c14d33bf96f38bad16fe823308
treeb8d295f02bb13819593c25567862e19920a99129
parent9561ed919202accae835a6b214fb20da6650d051
Backport: 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.02606 seconds and 5 git commands to generate.