patch-2.1.12 linux/net/ipv6/sit.c

Next file: linux/net/ipv6/udp.c
Previous file: linux/net/ipv6/ipv6_route.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.11/linux/net/ipv6/sit.c linux/net/ipv6/sit.c
@@ -66,7 +66,8 @@
 static void			sit_err(int type, int code, 
 					unsigned char *buff, __u32 info,
 					__u32 daddr, __u32 saddr,
-					struct inet_protocol *protocol);
+					struct inet_protocol *protocol,
+					int len);
 
 static struct inet_protocol sit_protocol = {
 	sit_rcv,
@@ -349,7 +350,8 @@
  */
 
 static void sit_err(int type, int code, unsigned char *buff, __u32 info,
-		    __u32 daddr, __u32 saddr, struct inet_protocol *protocol)
+		    __u32 daddr, __u32 saddr, struct inet_protocol *protocol,
+		    int len)
 		    
 {
 	if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov