patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / net / ipv4 / xfrm4_tunnel.c
index accc0c8..3c9d4aa 100644 (file)
@@ -33,8 +33,9 @@ out:
        return ret;
 }
 
-static int ipip_output(struct sk_buff *skb)
+static int ipip_output(struct sk_buff **pskb)
 {
+       struct sk_buff *skb = *pskb;
        struct dst_entry *dst = skb->dst;
        struct xfrm_state *x = dst->xfrm;
        struct iphdr *iph, *top_iph;