Subject: [PATCH] Fix protoype problem in sit.c (The code still needs an update) From: Eric W. Biederman Date: 1133650950 -0700 icmp errors pass in the host and ipip in sit.c needed an update to reflect this. --- net/ipv6/sit.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 61ce2085447549ac915c73f34734fd09b21adb71 diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c index c3123c9..ef89608 100644 --- a/net/ipv6/sit.c +++ b/net/ipv6/sit.c @@ -215,7 +215,7 @@ static void ipip6_tunnel_uninit(struct n } -static void ipip6_err(struct sk_buff *skb, u32 info) +static void ipip6_err(struct sk_buff *skb, struct nethost *host, u32 info) { #ifndef I_WISH_WORLD_WERE_PERFECT -- 1.0.GIT