commit | 246bdfa52f33ecfa52546ed67287de4eab165b2e | [log] [tgz] |
---|---|---|
author | Dominique Martinet <asmadeus@codewreck.org> | Sun Apr 24 14:10:22 2022 +0900 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Apr 25 23:24:28 2022 +0200 |
tree | fa98c4855f5aa4eeaccdc837f4b776a77e5a8000 | |
parent | 93bc2e9e943d20a51473a49009db3243de6e098d [diff] |
bpftool, musl compat: Replace sys/fcntl.h by fcntl.h musl does not like including sys/fcntl.h directly: [...] 1 | #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h> [...] Signed-off-by: Dominique Martinet <asmadeus@codewreck.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Quentin Monnet <quentin@isovalent.com> Link: https://lore.kernel.org/bpf/20220424051022.2619648-5-asmadeus@codewreck.org