patch-2.1.11 linux/include/net/tcp.h

Next file: linux/include/net/udp.h
Previous file: linux/include/net/sock.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.10/linux/include/net/tcp.h linux/include/net/tcp.h
@@ -240,7 +240,8 @@
 extern void			tcp_v4_err(int type, int code,
 					   unsigned char *header, __u32 info,
 					   __u32 daddr, __u32 saddr,
-					   struct inet_protocol *protocol);
+					   struct inet_protocol *protocol,
+					   int len);
 
 extern void			tcp_shutdown (struct sock *sk, int how);
 
@@ -315,7 +316,7 @@
 						   struct sk_buff *skb);
 extern int			tcp_v4_connect(struct sock *sk,
 					       struct sockaddr *uaddr,
-					       int addr_len);
+					       size_t addr_len);
 
 
 extern void tcp_read_wakeup(struct sock *);

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