Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1580182 > unrolled thread

[PATCH 13/15] samples/bpf: Add missing header

Started byArnaldo Carvalho de Melo <acme@kernel.org>
First post2017-02-14 02:20 +0100
Last post2017-02-14 02:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 13/15] samples/bpf: Add missing header Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-02-14 02:20 +0100

#1580182 — [PATCH 13/15] samples/bpf: Add missing header

FromArnaldo Carvalho de Melo <acme@kernel.org>
Date2017-02-14 02:20 +0100
Subject[PATCH 13/15] samples/bpf: Add missing header
Message-ID<tazWG-3d2-7@gated-at.bofh.it>
From: Mickaël Salaün <mic@digikod.net>

Include unistd.h to define __NR_getuid and __NR_getsid.

Signed-off-by: Mickaël Salaün <mic@digikod.net>
Acked-by: Joe Stringer <joe@ovn.org>
Acked-by: Wang Nan <wangnan0@huawei.com>
Cc: Alexei Starovoitov <ast@fb.com>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Link: http://lkml.kernel.org/r/20170208202744.16274-4-mic@digikod.net
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 samples/bpf/tracex5_kern.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/samples/bpf/tracex5_kern.c b/samples/bpf/tracex5_kern.c
index fd12d7154d42..7e4cf74553ff 100644
--- a/samples/bpf/tracex5_kern.c
+++ b/samples/bpf/tracex5_kern.c
@@ -8,6 +8,7 @@
 #include <linux/version.h>
 #include <uapi/linux/bpf.h>
 #include <uapi/linux/seccomp.h>
+#include <uapi/linux/unistd.h>
 #include "bpf_helpers.h"
 
 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web