When checking the type of the first argument of getnameinfo do it in the
authorYang Tse <yangsita@gmail.com>
Sun, 18 Dec 2005 20:24:35 +0000 (20:24 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 18 Dec 2005 20:24:35 +0000 (20:24 +0000)
commit5fd8dd2dcef3579522f86012305e8e31ea5d1247
tree573c1f37db8992b409f7673db7e1743500afb7e9
parent0ad3e046a43bfa18f86ae9b32b7ee585d06e2b35
When checking the type of the first argument of getnameinfo do it in the
following order: 'struct sockaddr *' 'const struct sockaddr *' 'void *'.
acinclude.m4
ares/acinclude.m4