aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bcc/20-libbpf-include-stddef.patch
diff options
context:
space:
mode:
authorAdam Jensen <acjensen@gmail.com>2019-07-31 06:20:22 -0400
committerLeo <thinkabit.ukim@gmail.com>2019-07-31 08:18:52 -0300
commit586363286c8cedd8d01b0521e23868e6a125abb5 (patch)
tree38e4eec727d790fc9195e58687ec5fe0c80cb569 /testing/bcc/20-libbpf-include-stddef.patch
parente3c2cc82f61b903619474889096739a168a1a552 (diff)
downloadaports-586363286c8cedd8d01b0521e23868e6a125abb5.tar.bz2
aports-586363286c8cedd8d01b0521e23868e6a125abb5.tar.xz
testing/bcc: upgrade to 0.10.0
Diffstat (limited to 'testing/bcc/20-libbpf-include-stddef.patch')
-rw-r--r--testing/bcc/20-libbpf-include-stddef.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/bcc/20-libbpf-include-stddef.patch b/testing/bcc/20-libbpf-include-stddef.patch
deleted file mode 100644
index 34523b2306..0000000000
--- a/testing/bcc/20-libbpf-include-stddef.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/cc/libbpf/src/libbpf.c b/src/cc/libbpf/src/libbpf.c
-index b38dcbe..bc3ac5d 100644
---- a/src/cc/libbpf/src/libbpf.c
-+++ b/src/cc/libbpf/src/libbpf.c
-@@ -29,6 +29,7 @@
- #include <linux/filter.h>
- #include <linux/list.h>
- #include <linux/limits.h>
-+#include <linux/stddef.h>
- #include <linux/perf_event.h>
- #include <linux/ring_buffer.h>
- #include <sys/stat.h>