在make的时候每次到了这一步
CC [M] net/ipv4/netfilter/ipt_TOS.o
都会出现下面的错误:
net/ipv4/netfilter/ipt_TOS.c:17:42: linux/netfilter_ipv4/ipt_TOS.h: 没有那个文件或目录
net/ipv4/netfilter/ipt_TOS.c: In function `target':
net/ipv4/netfilter/ipt_TOS.c:33: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_TOS.c:42: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_TOS.c: In function `checkentry':
net/ipv4/netfilter/ipt_TOS.c:61: dereferencing pointer to incomplete type
net/ipv4/netfilter/ipt_TOS.c:63: sizeof applied to an incomplete type
net/ipv4/netfilter/ipt_TOS.c:66: sizeof applied to an incomplete type
net/ipv4/netfilter/ipt_TOS.c:79: `IPTOS_NORMALSVC' undeclared (first use in this function)
net/ipv4/netfilter/ipt_TOS.c:79: (Each undeclared identifier is reported only once
net/ipv4/netfilter/ipt_TOS.c:79: for each function it appears in.)
make[3]: *** [net/ipv4/netfilter/ipt_TOS.o] Error 1
make[2]: *** [net/ipv4/netfilter] Error 2
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
可是他说的那个.h文件本来就不存在啊?请问这是怎么回事?!我好着急!!
请高手指点一下啊!!!!谢谢!!!!!!!!~~~~~~~~~