# HG changeset patch # User Chong Yidong # Date 1192636637 0 # Node ID 26f0746bead10d46391e1953764e05ca0f9234db # Parent 932dac013321dcf010e388d6586ea78a22dcc6f8 * process.c: Link to libs for calling res_init() if available. (Fmake_network_process): Call res_init() before getaddrinfo or gethostbyname, if possible. diff -r 932dac013321 -r 26f0746bead1 src/ChangeLog --- a/src/ChangeLog Wed Oct 17 15:53:01 2007 +0000 +++ b/src/ChangeLog Wed Oct 17 15:57:17 2007 +0000 @@ -1,3 +1,9 @@ +2007-10-17 Chong Yidong + + * process.c: Link to libs for calling res_init() if available. + (Fmake_network_process): Call res_init() before getaddrinfo or + gethostbyname, if possible. + 2007-10-17 Stefan Monnier * lread.c (read1): Set pvectype for char_tables.