0000
作家
作家
  • 铜币143枚
  • 威望34点
  • 贡献值1点
阅读:680回复:3

Gentoo.ppc.2005.0 Bug?

楼主#
更多 发布于:2005-04-01 08:50
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]
               ~      ???????         幸福是一雙溫暖的紅唇   ?
        幸福的距离遥不可及
      
.--. |o_o | |:_/ | // \ \ (| | ) /'\_ _/`\ \___)=(___/
0000
作家
作家
  • 铜币143枚
  • 威望34点
  • 贡献值1点
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]
               ~      ???????         幸福是一雙溫暖的紅唇   ?
        幸福的距离遥不可及
      
.--. |o_o | |:_/ | // \ \ (| | ) /'\_ _/`\ \___)=(___/
0000
作家
作家
  • 铜币143枚
  • 威望34点
  • 贡献值1点
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 修改 ]
.--. |o_o | |:_/ | // \ \ (| | ) /'\_ _/`\ \___)=(___/
apache
知名人士
知名人士
  • 铜币0枚
  • 威望0点
  • 贡献值0点
3C#
发布于:2005-04-01 09:33
Re:Gentoo.ppc.2005.0 Bug?
看不懂 -------------------- 我开心,我快乐
【超级无敌烦躁症患者】
游客

返回顶部