Re: Fix for Xlib with ipv6 support on ipv4 only systems

2003-08-14 Thread Mark Vojkovich
Out of curiosity. Is the ipv6 supposed to be working properly now? Last time I updated, I noticed that remote operation was broken. That is, Xlib was unable to connect to a remote system (I assume it didn't work with internet sockets anymore, but unix domain sockets still worked).

Re: Fix for Xlib with ipv6 support on ipv4 only systems

2003-08-14 Thread Mark Vojkovich
On Fri, 8 Aug 2003, Egbert Eich wrote: > Mark Vojkovich writes: > > Out of curiosity. Is the ipv6 supposed to be working properly now? > > Last time I updated, I noticed that remote operation was broken. > > That is, Xlib was unable to connect to a remote system (I assume > > it didn't work

Fix for Xlib with ipv6 support on ipv4 only systems

2003-08-14 Thread Egbert Eich
The path below will fix the problem that arises when running a client on an inet4 only system over tcp with Xlib compiled with inet6 support. If noone objects I'll commit it. Egbert. Index: Xtranssock.c === RCS file: /home/eich/

Re: Fix for Xlib with ipv6 support on ipv4 only systems

2003-08-14 Thread Egbert Eich
Mark Vojkovich writes: > On Fri, 8 Aug 2003, Egbert Eich wrote: > > > Mark Vojkovich writes: > > > Out of curiosity. Is the ipv6 supposed to be working properly now? > > > Last time I updated, I noticed that remote operation was broken. > > > That is, Xlib was unable to connect to a re

Re: Fix for Xlib with ipv6 support on ipv4 only systems

2003-08-14 Thread Alan Coopersmith
Egbert Eich wrote: Mark Vojkovich writes: > Out of curiosity. Is the ipv6 supposed to be working properly now? > Last time I updated, I noticed that remote operation was broken. > That is, Xlib was unable to connect to a remote system (I assume > it didn't work with internet sockets anymore,

Re: Fix for Xlib with ipv6 support on ipv4 only systems

2003-08-09 Thread Egbert Eich
Mark Vojkovich writes: > Out of curiosity. Is the ipv6 supposed to be working properly now? > Last time I updated, I noticed that remote operation was broken. > That is, Xlib was unable to connect to a remote system (I assume > it didn't work with internet sockets anymore, but unix domain so