patch-2.4.11-dontuse linux/net/ipv4/tcp.c
Next file: linux/net/ipv4/tcp_input.c
Previous file: linux/net/ipv4/netfilter/iptable_mangle.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Oct 1 09:19:57 2001
- Orig file:
v2.4.10/linux/net/ipv4/tcp.c
- Orig date:
Sun Sep 23 11:41:01 2001
diff -u --recursive --new-file v2.4.10/linux/net/ipv4/tcp.c linux/net/ipv4/tcp.c
@@ -5,7 +5,7 @@
*
* Implementation of the Transmission Control Protocol(TCP).
*
- * Version: $Id: tcp.c,v 1.211 2001/09/20 00:35:35 davem Exp $
+ * Version: $Id: tcp.c,v 1.212 2001/09/21 21:27:34 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -852,7 +852,7 @@
page = pages[poffset/PAGE_SIZE];
offset = poffset % PAGE_SIZE;
- size = min_t(unsigned int, psize, PAGE_SIZE-offset);
+ size = min(psize, PAGE_SIZE-offset);
if (tp->send_head==NULL || (copy = mss_now - skb->len) <= 0) {
new_segment:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)