patch-pre2.0.3 linux/net/ipv4/tcp.c
Next file: linux/net/ipv4/tcp_input.c
Previous file: linux/net/ipv4/rarp.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon May 13 12:15:24 1996
- Orig file:
pre2.0.2/linux/net/ipv4/tcp.c
- Orig date:
Tue May 7 16:22:42 1996
diff -u --recursive --new-file pre2.0.2/linux/net/ipv4/tcp.c linux/net/ipv4/tcp.c
@@ -985,7 +985,7 @@
copy = min(sk->mss - tcp_size, seglen);
if (copy <= 0)
{
- printk("TCP: **bug**: \"copy\" <= 0\n");
+ printk(KERN_CRIT "TCP: **bug**: \"copy\" <= 0\n");
return -EFAULT;
}
tcp_size += copy;
@@ -1023,7 +1023,7 @@
copy = seglen;
if (copy <= 0)
{
- printk("TCP: **bug**: copy=%d, sk->mss=%d\n", copy, sk->mss);
+ printk(KERN_CRIT "TCP: **bug**: copy=%d, sk->mss=%d\n", copy, sk->mss);
return -EFAULT;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this