From: Pavel Emelyanov <[EMAIL PROTECTED]>
Date: Wed, 14 Nov 2007 19:42:18 +0300
> Some time ago a sockfd_lookup_light was introduced and
> most of the socket.c file was patched to use it. However
> two routines were left - sys_sendto and sys_recvfrom.
>
> Patch them as well, since this helper doe
On Wed, Nov 14, 2007 at 07:42:18PM +0300, Pavel Emelyanov wrote:
> Some time ago a sockfd_lookup_light was introduced and
> most of the socket.c file was patched to use it. However
> two routines were left - sys_sendto and sys_recvfrom.
>
> Patch them as well, since this helper does exactly what
>
Some time ago a sockfd_lookup_light was introduced and
most of the socket.c file was patched to use it. However
two routines were left - sys_sendto and sys_recvfrom.
Patch them as well, since this helper does exactly what
these two need.
Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]>
---
di