patch-2.1.89 linux/net/ipv4/af_inet.c
Next file: linux/net/ipv4/arp.c
Previous file: linux/net/core/utils.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Thu Feb 26 20:17:27 1998
-  Orig file: 
v2.1.88/linux/net/ipv4/af_inet.c
-  Orig date: 
Thu Feb 12 20:56:14 1998
diff -u --recursive --new-file v2.1.88/linux/net/ipv4/af_inet.c linux/net/ipv4/af_inet.c
@@ -836,13 +836,13 @@
 }
 
 
-unsigned int inet_poll(struct socket *sock, poll_table *wait)
+unsigned int inet_poll(struct file * file, struct socket *sock, poll_table *wait)
 {
 	struct sock *sk = sock->sk;
 
 	if (sk->prot->poll == NULL)
 		return(0);
-	return sk->prot->poll(sock, wait);
+	return sk->prot->poll(file, sock, wait);
 }
 
 /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov