From: Mathieu Desnoyers Date: Thu, 23 Apr 2015 21:38:59 +0000 (-0400) Subject: Fix: add struct file_handle forward declaration X-Git-Tag: v2.5.4~5 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=50cd7500632630f1fc9002b24406cb56adbc27e3;hp=23235ab92bd35f494251d7a514b1073c09171f52;p=lttng-modules.git Fix: add struct file_handle forward declaration For older kernels (e.g. 2.6.38). Signed-off-by: Mathieu Desnoyers --- diff --git a/lttng-syscalls.c b/lttng-syscalls.c index f452b487..2ac6cfc1 100644 --- a/lttng-syscalls.c +++ b/lttng-syscalls.c @@ -48,6 +48,7 @@ struct oldold_utsname; struct old_utsname; struct sel_arg_struct; struct mmap_arg_struct; +struct file_handle; /* * Take care of NOARGS not supported by mainline.