Re: sendmsg fixed in 1.3.71

Alan Cox (alan@cymru.net)
Wed, 6 Mar 1996 11:25:54 +0000 (GMT)


> /* Control Messages */
>
> #define SCM_RIGHTS 1
> +#define SOL_SOCKET 1 /* look this up in bsd 4.4 */

No no no no no. SOL_SOCKET is already defined elsehwere.

> I started to convert some stuff to new fd passing, and its coredumping
> gdb [sigh, I'm using libc 5.3.5 with gdb 022996 alpha].

I'm not confident the current code does work properly, but I wanted to
get us all back in sync.

Alan