make ares_expand_name() take a long * instead of an int *, since we do
pointer arithmetic (ptr1 - ptr2) and to do that properly on 64bit we need long
parent
7174ca7a
Please register or sign in to comment
pointer arithmetic (ptr1 - ptr2) and to do that properly on 64bit we need long