Subject: [PATCH] Portability build fix on master (not all systems have socklen_t)

[PATCH] Portability build fix on master (not all systems have socklen_t)

From: Brad House via c-ares <c-ares_at_cool.haxx.se>
Date: Tue, 14 Mar 2017 06:50:49 -0400

I didn't think this would be worthwhile for a pull request since its such a trivial
patch, but there are a few places where socklen_t is used instead of ares_socklen_t
which causes build issues on some legacy platforms. I think this was recently
introduced with the virtual socket function implementation.

Please see the attached patch.

-Brad

Received on 2017-03-14