summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJiri Benc <jbenc@redhat.com>2018-03-06 14:50:10 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2018-03-06 22:51:00 +0100
commit20d5de51e7052ae3fb645d8c5c584ee7383b2a93 (patch)
tree542a78539cf96938f8dc3c8625b46e9c1e775ba5 /arch
parentd02f51cbcf12b09ab945873e35046045875eed9a (diff)
downloadlinux-stable-20d5de51e7052ae3fb645d8c5c584ee7383b2a93.tar.gz
linux-stable-20d5de51e7052ae3fb645d8c5c584ee7383b2a93.tar.bz2
linux-stable-20d5de51e7052ae3fb645d8c5c584ee7383b2a93.zip
tools: bpftool: fix compilation with older headers
Compilation of bpftool on a distro that lacks eBPF support in the installed kernel headers fails with: common.c: In function ‘is_bpffs’: common.c:96:40: error: ‘BPF_FS_MAGIC’ undeclared (first use in this function) return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; ^ Fix this the same way it is already in tools/lib/bpf/libbpf.c and tools/lib/api/fs/fs.c. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions