Thank you for committing the patch. In r3308, you made this change in two places: - sun.sun_len = sizeof(sun); + sun.sun_len = (sa_family_t)sizeof(sun); I believe the cast should be to socklen_t, not sa_family_t. DES -- Dag-Erling Smørgrav - des at des.no