Re: Fix accept(2) decoding

2009-01-01 Thread Dmitry V. Levin
On Thu, Jan 01, 2009 at 05:30:39PM +0100, Andreas Schwab wrote: > The third argument of accept is a pointer to int, not long. This also > fixes the decoding of getsockname and getpeername, which is implemented > in terms of this function. Applied, thanks. -- ldv pgpu5DTHic4Tc.pgp Description

Fix accept(2) decoding

2009-01-01 Thread Andreas Schwab
The third argument of accept is a pointer to int, not long. This also fixes the decoding of getsockname and getpeername, which is implemented in terms of this function. Andreas. 2009-01-01 Andreas Schwab * net.c (sys_accept): Properly decode third argument as pointer to int.