Re: accept4: depend on socklen

2010-08-28 Thread Bruno Haible
Hi Ralf, I needed this on some system but forgot which. AFAICT, the systems which lack socklen_t are: HP-UX 10.20, IRIX 6.5, Interix 3.5, BeOS. accept4: depend on socklen This patch is incomplete, because according to POSIX, sys/socket.h ought to provide socklen_t, even if the user does

accept4: depend on socklen

2010-08-27 Thread Ralf Wildenhues
Hello Bruno, Simon, OK to apply? I needed this on some system but forgot which. Thanks, Ralf accept4: depend on socklen * modules/accept4: Reorder dependencies. Add socklen. diff --git a/modules/accept4 b/modules/accept4 index 009575c..eff2987 100644 --- a/modules/accept4 +++ b