[lttng-dev] [PATCH lttng-tools 1/4] Fix: print format type mismatch

Jérémie Galarneau jeremie.galarneau at efficios.com
Mon Jan 12 12:05:35 EST 2015


Merged the series all the way to 2.4 (except for the first patch,
which only makes sense for 2.6+).

Thanks!
Jérémie

On Tue, Dec 2, 2014 at 5:21 PM, Mathieu Desnoyers
<mathieu.desnoyers at efficios.com> wrote:
> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
> ---
>  src/bin/lttng-sessiond/syscall.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/bin/lttng-sessiond/syscall.c b/src/bin/lttng-sessiond/syscall.c
> index c38f891..a6f0e1e 100644
> --- a/src/bin/lttng-sessiond/syscall.c
> +++ b/src/bin/lttng-sessiond/syscall.c
> @@ -73,7 +73,7 @@ int syscall_init_table(void)
>         }
>
>         while (fscanf(fp,
> -                               "syscall { index = %lu; \
> +                               "syscall { index = %zu; \
>                                 name = %" XSTR(SYSCALL_NAME_LEN) "[^;]; \
>                                 bitness = %u; };\n",
>                                 &index, name, &bitness) == 3) {
> --
> 2.1.1
>



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list