Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1551721
| From | tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [tip:perf/urgent] samples/bpf trace_output_user: Remove duplicate sys/ioctl.h include |
| Date | 2017-01-05 09:00 +0100 |
| Message-ID | <sWb7R-8fR-39@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Commit-ID: b6f4c66704b875aba9b8c912532323e3cc89824c Gitweb: http://git.kernel.org/tip/b6f4c66704b875aba9b8c912532323e3cc89824c Author: Arnaldo Carvalho de Melo <acme@redhat.com> AuthorDate: Wed, 28 Dec 2016 10:47:13 -0300 Committer: Arnaldo Carvalho de Melo <acme@redhat.com> CommitDate: Wed, 28 Dec 2016 10:47:13 -0300 samples/bpf trace_output_user: Remove duplicate sys/ioctl.h include Cc: Alexei Starovoitov <ast@fb.com> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Joe Stringer <joe@ovn.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-3awp0nv8tpnblatojmwjww7z@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> --- samples/bpf/trace_output_user.c | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/bpf/trace_output_user.c b/samples/bpf/trace_output_user.c index f4fa6af..ccca1e3 100644 --- a/samples/bpf/trace_output_user.c +++ b/samples/bpf/trace_output_user.c @@ -9,7 +9,6 @@ #include <string.h> #include <fcntl.h> #include <poll.h> -#include <sys/ioctl.h> #include <linux/perf_event.h> #include <linux/bpf.h> #include <errno.h>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[tip:perf/urgent] samples/bpf trace_output_user: Remove duplicate sys/ioctl.h include tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> - 2017-01-05 09:00 +0100
csiph-web