K 10 svn:author V 3 ume K 8 svn:date V 27 2002-10-22T15:08:29.000000Z K 7 svn:log V 362 MFC: 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_*(). lib/libc/net/getaddrinfo.c: 1.34 lib/libc/net/name6.c: 1.29 END