mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 17:38:42 +00:00
Move the BPF_JMP_A macro from override/linux/bpf.h to override/linux/bpf_insn.h. The bpf.h override conflicts with libbpf's -I/usr/include/bpf/uapi include path. Since bpf_insn.h is not typically installed at /usr/include/linux/ or /usr/include/bpf/uapi/linux/, the override works without conflicts. Fixes #40331