K 10 svn:author V 3 ume K 8 svn:date V 27 2002-10-06T08:43:35.000000Z K 7 svn:log V 320 Put giant locks due to make getaddrinfo(), getnameinfo() and getipnodeby*() thread-safe. Our res_*() is not thread-safe. So, we share lock between getaddrinfo() and getipnodeby*(). Still, we cannot use getaddrinfo() and getipnodeby*() in conjunction with other functions which call res_*(). Requested by: many people END