patch-2.4.0-test6 linux/net/socket.c

Next file: linux/net/sunrpc/sched.c
Previous file: linux/net/packet/af_packet.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/net/socket.c linux/net/socket.c
@@ -1372,7 +1372,6 @@
 	{
 		if (ctl_len > sizeof(ctl))
 		{
-			err = -ENOBUFS;
 			ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL);
 			if (ctl_buf == NULL) 
 				goto out_freeiov;
@@ -1667,7 +1666,7 @@
 {
 	int i;
 
-	printk(KERN_INFO "Linux NET4.0 for Linux 2.3\n");
+	printk(KERN_INFO "Linux NET4.0 for Linux 2.4\n");
 	printk(KERN_INFO "Based upon Swansea University Computer Society NET3.039\n");
 
 	/*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)