Can't start X twice

Brian M. Carlson sandals at crustytoothpaste.ath.cx
Mon Nov 7 23:38:49 UTC 2005


On Monday 07 November 2005 09:07 pm, Petr Salinger wrote:
> The problem is a different definition of struct sockaddr_un.
>
> BSD43, Linux:
> struct sockaddr_un {
>         unsigned short sun_family;
>         char sun_path[108];
> }
>
>
> BSD44:
>
> struct sockaddr_un {
> 	unsigned char sun_len;
>         unsigned char sun_family;
>         char sun_path[108];
> }

In that case, we should probably just define HasBSD44Sockets.  I'm willing to 
test, if someone will provide me packages or a patch that I can stuff in the 
debian/patches/freebsd directory.  Either way, we should send the patch at 
least to the Debian BTS once we're sure it works.



More information about the Glibc-bsd-devel mailing list