selftests/bpf: Fix progs/find_vma_fail1.c build error.
authorAlexei Starovoitov <ast@kernel.org>
Fri, 10 Mar 2023 20:41:18 +0000 (12:41 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 10 Mar 2023 20:41:18 +0000 (12:41 -0800)
commit32513d40d908b267508d37994753d9bd1600914b
tree27b49da6e23b86bd1bf4af9219d9b4dc8450afa2
parentd6f7ff9dd387861fa30cbc6375d15b586da17d33
selftests/bpf: Fix progs/find_vma_fail1.c build error.

The commit 11e456cae91e ("selftests/bpf: Fix compilation errors: Assign a value to a constant")
fixed the issue cleanly in bpf-next.
This is an alternative fix in bpf tree to avoid merge conflict between bpf and bpf-next.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/progs/find_vma_fail1.c