|
阅读:680回复:3
Gentoo.ppc.2005.0 Bug?
net/ipv4/netfilter/ip_fw_compat.c: In function `fw_in':
net/ipv4/netfilter/ip_fw_compat.c:83: error: too few arguments to function `ip_ct_gather_frags' make[3]: *** [net/ipv4/netfilter/ip_fw_compat.o] Error 1 make[2]: *** [net/ipv4/netfilter] Error 2 make[1]: *** [net/ipv4] Error 2 make *** [net] Error 2 -------------------- [a=http://blog.csdn.net/GOJYO/]向北的路灯灭了.我不知道我是谁.NorTH.Path[/a] ~ ??????? 幸福是一雙溫暖的紅唇 ? 幸福的距离遥不可及 |
|
|
|
1C#
发布于:2005-04-01 11:07
Re:Gentoo.ppc.2005.0 Bug?
装 Debian 试试。。。要再装不上偶就完了。。。
之前的 mac os X 现在也装不上,认不出分区 -------------------- [a=http://blog.csdn.net/GOJYO/]向北的路灯灭了.我不知道我是谁.NorTH.Path[/a] ~ ??????? 幸福是一雙溫暖的紅唇 ? 幸福的距离遥不可及 |
|
|
|
2C#
发布于:2005-04-01 10:09
Re:Gentoo.ppc.2005.0 Bug?
static unsigned int
fw_in(unsigned int hooknum, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) { //.......... if ((*pskb)->nh.iph->frag_off & htons(IP_MF|IP_OFFSET)) { *pskb = ip_ct_gather_frags(*pskb); /// 这里缺个参数,前面也没有这样一个参数可以传过来 ///................. } ip_ct_gather_frags(struct sk_buff *skb, u_int32_t user) { //........... skb = ip_defrag(skb, user); //.......... } struct sk_buff *ip_defrag(struct sk_buff *skb, u32 user) { //.......... if ((qp = ip_find(iph, user)) != NULL) { struct sk_buff *ret = NULL; //........... } -------------------- [a=http://blog.csdn.net/GOJYO/]向北的路灯灭了.我不知道我是谁.NorTH.Path[/a] ~ ??????? 幸福是一雙溫暖的紅唇 ? 幸福的距离遥不可及
[ 2005-04-01 10:12:14 0000 修改 ] |
|
|
|
3C#
发布于:2005-04-01 09:33
Re:Gentoo.ppc.2005.0 Bug?
看不懂
--------------------
我开心,我快乐
|
|
|