aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/prog.c
diff options
context:
space:
mode:
authorDavid Miller <[email protected]>2017-12-19 20:53:11 +0000
committerDaniel Borkmann <[email protected]>2017-12-20 00:33:25 +0000
commit7d9890ef505a8c2a778d304535e26e827d58c466 (patch)
treeecfdce336b2e383b862054b8a7135578bddbc53f /tools/bpf/bpftool/prog.c
parentbpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog (diff)
downloadkernel-7d9890ef505a8c2a778d304535e26e827d58c466.tar.gz
kernel-7d9890ef505a8c2a778d304535e26e827d58c466.zip
libbpf: Fix build errors.
These elf object pieces are of type Elf64_Xword and therefore could be "long long" on some builds. Cast to "long long" and use printf format %lld to deal with this since we are building with -Werror=format. Signed-off-by: David S. Miller <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/bpf/bpftool/prog.c')
0 files changed, 0 insertions, 0 deletions