提交 7c43e0d6 编写于 作者: A Andrii Nakryiko 提交者: Alexei Starovoitov

bpftool: Simplify format string to not use positional args

Change format string referring to just single argument out of two available.
Some versions of libc can reject such format string.
Reported-by: NNikita Shirokov <tehnerd@tehnerd.com>
Signed-off-by: NAndrii Nakryiko <andriin@fb.com>
Signed-off-by: NAlexei Starovoitov <ast@kernel.org>
Acked-by: NYonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20191218214314.2403729-1-andriin@fb.com
上级 58d8dc2a
......@@ -567,9 +567,9 @@ static int do_skeleton(int argc, char **argv)
return -1; \n\
} \n\
\n\
#endif /* %2$s */ \n\
#endif /* %s */ \n\
",
obj_name, header_guard);
header_guard);
err = 0;
out:
bpf_object__close(obj);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册