Re: struct msghdr in socket.h is wrong

2005-10-22 Thread Corinna Vinschen
On Oct 22 11:07, Corinna Vinschen wrote: > On Oct 21 16:18, Sam Steingold wrote: > > > * Corinna Vinschen <[EMAIL PROTECTED]> [2005-10-17 23:34:52 +0200]: > > > > > > Never mind, I've changed it in CVS. Note that msg_control, > > > msg_controllen and msg_flags members are still without function. >

Re: struct msghdr in socket.h is wrong

2005-10-22 Thread Corinna Vinschen
On Oct 21 16:18, Sam Steingold wrote: > > * Corinna Vinschen <[EMAIL PROTECTED]> [2005-10-17 23:34:52 +0200]: > > > > Never mind, I've changed it in CVS. Note that msg_control, > > msg_controllen and msg_flags members are still without function. > > that's OK, as long as they are there. > > whil

Re: struct msghdr in socket.h is wrong

2005-10-21 Thread Sam Steingold
> * Corinna Vinschen <[EMAIL PROTECTED]> [2005-10-17 23:34:52 +0200]: > > Never mind, I've changed it in CVS. Note that msg_control, > msg_controllen and msg_flags members are still without function. that's OK, as long as they are there. while you are at it, two more networking functions appear

Re: struct msghdr in socket.h is wrong

2005-10-17 Thread Corinna Vinschen
On Oct 17 10:44, Corinna Vinschen wrote: > On Oct 15 22:23, Sam Steingold wrote: > > > * Corinna Vinschen [2005-10-12 22:42:34 +0200]: > > > On Oct 12 15:17, Sam Steingold wrote: > > >> cyswin/socket.h: > > >> > > >> struct msghdr > > >> { > > >> void* msg_name; /* Socket name

Re: struct msghdr in socket.h is wrong

2005-10-17 Thread Corinna Vinschen
On Oct 15 22:23, Sam Steingold wrote: > > * Corinna Vinschen <[EMAIL PROTECTED]> [2005-10-12 22:42:34 +0200]: > > > > On Oct 12 15:17, Sam Steingold wrote: > >> cyswin/socket.h: > >> > >> struct msghdr > >> { > >>void* msg_name; /* Socket name */ > >>int

Re: struct msghdr in socket.h is wrong

2005-10-15 Thread Sam Steingold
> * Corinna Vinschen <[EMAIL PROTECTED]> [2005-10-12 22:42:34 +0200]: > > On Oct 12 15:17, Sam Steingold wrote: >> cyswin/socket.h: >> >> struct msghdr >> { >> void* msg_name; /* Socket name */ >> int msg_namelen;/* Length of name

Re: struct msghdr in socket.h is wrong

2005-10-12 Thread Corinna Vinschen
On Oct 12 15:17, Sam Steingold wrote: > cyswin/socket.h: > > struct msghdr > { > void* msg_name; /* Socket name */ > int msg_namelen;/* Length of name */ > struct iovec * msg_iov;/* Data blocks

struct msghdr in socket.h is wrong

2005-10-12 Thread Sam Steingold
cyswin/socket.h: struct msghdr { void* msg_name; /* Socket name */ int msg_namelen;/* Length of name */ struct iovec * msg_iov;/* Data blocks */ int msg_iovlen;