patch-1.3.36 linux/net/core/datagram.c

Next file: linux/net/core/dev.c
Previous file: linux/net/core/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.35/linux/net/core/datagram.c linux/net/core/datagram.c
@@ -221,7 +221,7 @@
 				/* Connection still in progress */
 				break;
 			}
-			if (sk->prot && sk->prot->wspace(sk) >= MIN_WRITE_SPACE)
+			if (sk->prot && sock_wspace(sk) >= MIN_WRITE_SPACE)
 			{
 				return(1);
 			}

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