patch-2.3.17 linux/net/rose/af_rose.c
Next file: linux/net/socket.c
Previous file: linux/net/netrom/af_netrom.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Sep 7 10:20:11 1999
- Orig file:
v2.3.16/linux/net/rose/af_rose.c
- Orig date:
Tue Aug 31 17:29:15 1999
diff -u --recursive --new-file v2.3.16/linux/net/rose/af_rose.c linux/net/rose/af_rose.c
@@ -1245,10 +1245,6 @@
return copied;
}
-static int rose_shutdown(struct socket *sk, int how)
-{
- return -EOPNOTSUPP;
-}
static int rose_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
{
@@ -1445,7 +1441,7 @@
datagram_poll,
rose_ioctl,
rose_listen,
- rose_shutdown,
+ sock_no_shutdown,
rose_setsockopt,
rose_getsockopt,
sock_no_fcntl,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)