On Wed, Feb 25, 2004 at 01:44:58PM +0100, Petter Reinholdtsen wrote: > The problem is that the code in configure check for sockaddr.sa_len, > while the code uses sockaddr.sin_len.
The problem is deeper than that. The HAVE_SOCKADDR_LEN define surrounds both code that uses sin_len and sa_len, so your change will probably cause problems for other systems. So, it looks like we need 2 configure tests and separate defines for sa_len and sin_len. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html