patch-2.4.4 linux/net/appletalk/ddp.c

Next file: linux/net/atm/addr.c
Previous file: linux/net/802/transit/pdutr.pre
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/net/appletalk/ddp.c linux/net/appletalk/ddp.c
@@ -1672,7 +1672,7 @@
 			sk, size, dev->name);
 
 	size += dev->hard_header_len;
-	skb = sock_alloc_send_skb(sk, size, 0, (flags & MSG_DONTWAIT), &err);
+	skb = sock_alloc_send_skb(sk, size, (flags & MSG_DONTWAIT), &err);
 	if (!skb)
 		return err;
 	
@@ -1913,6 +1913,7 @@
 	sendmsg:	atalk_sendmsg,
 	recvmsg:	atalk_recvmsg,
 	mmap:		sock_no_mmap,
+	sendpage:	sock_no_sendpage,
 };
 
 #include <linux/smp_lock.h>
@@ -1988,7 +1989,7 @@
  * Use counts are incremented/decremented when
  * sockets are created/deleted.
  *
- * AppleTalk interfaces are not incremented untill atalkd is run
+ * AppleTalk interfaces are not incremented until atalkd is run
  * and are only decremented when they are downed.
  *
  * Ergo, before the AppleTalk module can be removed, all AppleTalk

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