patch-2.1.27 linux/net/unix/af_unix.c

Next file: linux/net/x25/af_x25.c
Previous file: linux/net/socket.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.26/linux/net/unix/af_unix.c linux/net/unix/af_unix.c
@@ -1433,8 +1433,8 @@
 	unix_ioctl,
 	unix_listen,
 	unix_shutdown,
-	NULL,
-	NULL,
+	sock_no_setsockopt,
+	sock_no_getsockopt,
 	sock_no_fcntl,
 	unix_stream_sendmsg,
 	unix_stream_recvmsg
@@ -1452,10 +1452,10 @@
 	unix_getname,
 	datagram_poll,
 	unix_ioctl,
-	NULL,
+	sock_no_listen,
 	unix_shutdown,
-	NULL,
-	NULL,
+	sock_no_setsockopt,
+	sock_no_getsockopt,
 	sock_no_fcntl,
 	unix_dgram_sendmsg,
 	unix_dgram_recvmsg

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov