Skip to content
Commit fc100a7f authored by Helge Deller's avatar Helge Deller Committed by David S. Miller
Browse files

soreuseport: Fix reuseport_bpf testcase on 32bit architectures



This fixes the following compiler warnings when compiling the
reuseport_bpf testcase on a 32 bit platform:

reuseport_bpf.c: In function ‘attach_ebpf’:
reuseport_bpf.c:114:15: warning: cast from pointer to integer of ifferent size [-Wpointer-to-int-cast]

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a02cc9d3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment