patch-1.3.69 linux/net/core/sock.c
Next file: linux/net/ipv4/af_inet.c
Previous file: linux/net/core/dev.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Feb 26 11:58:20 1996
- Orig file:
v1.3.68/linux/net/core/sock.c
- Orig date:
Fri Feb 23 13:54:42 1996
diff -u --recursive --new-file v1.3.68/linux/net/core/sock.c linux/net/core/sock.c
@@ -520,8 +520,6 @@
if (sk->wmem_alloc + size >= sk->sndbuf)
#endif
{
- if (sk->wmem_alloc < 0)
- printk("sock.c: Look where I am %ld<%ld\n", tmp, sk->wmem_alloc);
sk->socket->flags &= ~SO_NOSPACE;
interruptible_sleep_on(sk->sleep);
if (current->signal & ~current->blocked)
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