aboutsummaryrefslogtreecommitdiffstats
path: root/community/libbpf/30-include-bits-reg.patch
diff options
context:
space:
mode:
authorAdam Jensen <acjensen@gmail.com>2019-10-06 07:42:08 -0400
committerRasmus Thomsen <oss@cogitri.dev>2019-10-06 14:42:46 +0200
commitca375215304315ecdacf09322e7ed8588d66ed06 (patch)
treed56d0cbf331d5daf0dc95bae7a460cae8f606acc /community/libbpf/30-include-bits-reg.patch
parent7247aa072216f582045f013f1166b122be0967bd (diff)
downloadaports-ca375215304315ecdacf09322e7ed8588d66ed06.tar.bz2
aports-ca375215304315ecdacf09322e7ed8588d66ed06.tar.xz
community/libbpf: update to 0.0.5
Diffstat (limited to 'community/libbpf/30-include-bits-reg.patch')
-rw-r--r--community/libbpf/30-include-bits-reg.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/libbpf/30-include-bits-reg.patch b/community/libbpf/30-include-bits-reg.patch
deleted file mode 100644
index fc3521a160..0000000000
--- a/community/libbpf/30-include-bits-reg.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/hashmap.h b/src/hashmap.h
-index 03748a7..e83055e 100644
---- a/src/hashmap.h
-+++ b/src/hashmap.h
-@@ -10,4 +10,5 @@
-
- #include <stdbool.h>
- #include <stddef.h>
-+#include <bits/reg.h>
- #include "libbpf_internal.h"
-
- static inline size_t hash_bits(size_t h, int bits)