]> code.delx.au - gnu-emacs/commitdiff
* process.c: Link to libs for calling res_init() if available.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 17 Oct 2007 15:57:17 +0000 (15:57 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 17 Oct 2007 15:57:17 +0000 (15:57 +0000)
(Fmake_network_process): Call res_init() before getaddrinfo or
gethostbyname, if possible.

src/ChangeLog

index 2ba3ac06a8602fbb9f91b0d986d39f3cae330572..98bf99789078cd5d0a02a1edc51a6d1a4b6a428f 100644 (file)
@@ -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.