Re: [PATCH bpf-next] samples/bpf: fix a compilation failure

2018-09-18 Thread Daniel Borkmann
On 09/18/2018 07:08 AM, Yonghong Song wrote: > samples/bpf build failed with the following errors: > > $ make samples/bpf/ > ... > HOSTCC samples/bpf/sockex3_user.o > /data/users/yhs/work/net-next/samples/bpf/sockex3_user.c:16:8: error: > redefinition of ‘struct bpf_flow_keys’ >struc

[PATCH bpf-next] samples/bpf: fix a compilation failure

2018-09-17 Thread Yonghong Song
samples/bpf build failed with the following errors: $ make samples/bpf/ ... HOSTCC samples/bpf/sockex3_user.o /data/users/yhs/work/net-next/samples/bpf/sockex3_user.c:16:8: error: redefinition of ‘struct bpf_flow_keys’ struct bpf_flow_keys { ^ In file included from /data/