|
net/ipv4/netfilter/ioctl.c 这部分编译有问题,应该不会是gcc版本的事吧,有海蜘蛛自己写的头文件没有放出来 ?有哪位大侠知道么
net/ipv4/netfilter/ioctl.c:26: error: array type has incomplete element type
net/ipv4/netfilter/ioctl.c: In function 'set_wd_enable':
net/ipv4/netfilter/ioctl.c:65: warning: assignment makes pointer from integer without a cast
net/ipv4/netfilter/ioctl.c: In function 'set_wd_auth_server':
net/ipv4/netfilter/ioctl.c:71: warning: assignment makes pointer from integer without a cast
net/ipv4/netfilter/ioctl.c: In function 'set_wd_white_list':
net/ipv4/netfilter/ioctl.c:82: warning: assignment makes pointer from integer without a cast
net/ipv4/netfilter/ioctl.c:84: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ioctl.c:85: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ioctl.c:86: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ioctl.c:87: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ioctl.c:91: error: dereferencing pointer to incomplete type
net/ipv4/netfilter/ioctl.c:99: error: invalid application of 'sizeof' to incomplete type 'struct url_node'
|
|