Mercurial > emacs
changeset 85361:26f0746bead1
* process.c: Link to libs for calling res_init() if available.
(Fmake_network_process): Call res_init() before getaddrinfo or
gethostbyname, if possible.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 17 Oct 2007 15:57:17 +0000 |
parents | 932dac013321 |
children | b949ffc47cba |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> + + * 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 <monnier@iro.umontreal.ca> * lread.c (read1): Set pvectype for char_tables.