wok-current view linux/stuff/linux-hotfix-2.6.30.4.u @ rev 4197
Up: libnsgif (rev 9138) improvment + build with gcc 4.x
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Sep 23 20:58:01 2009 +0200 (2009-09-23) |
parents | |
children |
line source
1 --- linux-2.6.30.4/net/socket.c
2 +++ linux-2.6.30.4/net/socket.c
3 @@ -736,7 +736,7 @@
4 if (more)
5 flags |= MSG_MORE;
7 - return sock->ops->sendpage(sock, page, offset, size, flags);
8 + return kernel_sendpage(sock, page, offset, size, flags);
9 }
11 static ssize_t sock_splice_read(struct file *file, loff_t *ppos,