From: Jérémie Galarneau Date: Thu, 18 Jul 2019 19:49:28 +0000 (-0400) Subject: Build fix: undeclared variable in poll compat X-Git-Tag: v2.12.0-rc1~584 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=fbccfe840283f05d76f6159567266434a9b63308;hp=fbccfe840283f05d76f6159567266434a9b63308;p=lttng-tools.git Build fix: undeclared variable in poll compat No `ipfd` variable exists in the compat_poll_wait function. The author meant to use `idle_pfd`. Reported-by: Michael Jeanson Signed-off-by: Jérémie Galarneau ---