From: Chong Yidong Date: Wed, 17 Oct 2007 15:57:17 +0000 (+0000) Subject: * process.c: Link to libs for calling res_init() if available. X-Git-Tag: emacs-pretest-23.0.90~10284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44bb704d642ae0a817710183af583cd278d8d82d;p=emacs.git * process.c: Link to libs for calling res_init() if available. (Fmake_network_process): Call res_init() before getaddrinfo or gethostbyname, if possible. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2ba3ac06a86..98bf9978907 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.