Displaying 1 result from an estimated 1 matches for "bpf_obj_get".
2018 Feb 22
0
[Bug 1231] New: libxt_bpf.c:69:6: error: 'union bpf_attr' has no member named 'pathname'
...st=arm-linux-gnueabihf -prefix=/home/tim/raspi/usr
-exec-prefix=/home/tim/raspi/usr --with-tools=no --with-tests=no
--enable-static PKG_CONFIG_LIBDIR=/home/tim/raspi/usr/lib/pkgconfig
CFLAGS=-I/home/tim/raspi/usr/include LIBS=-L/home/tim/raspi/usr/lib
```
and I get
```
libxt_bpf.c: In function 'bpf_obj_get':
libxt_bpf.c:69:6: error: 'union bpf_attr' has no member named 'pathname'
attr.pathname = (__u64) filepath;
^
libxt_bpf.c:69:18: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
attr.pathname = (__u64) filepath;
^
libxt...