aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2007-11-19 11:09:20 +0000
committerJan Djärv2007-11-19 11:09:20 +0000
commitee15f3125e20e9b0fe246690e8b9b7a72d382d86 (patch)
tree49f1f5c49b43d57ef872915f7ca04452801b1168 /lib-src/ChangeLog
parent004a00f4ae0d64a86265c0fa6d6d52f0fa3d9434 (diff)
downloademacs-ee15f3125e20e9b0fe246690e8b9b7a72d382d86.tar.gz
emacs-ee15f3125e20e9b0fe246690e8b9b7a72d382d86.zip
(socket_connection): Move realhost out of #ifdefs.
Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 9a88a606449..a4d67b80eed 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12007-11-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * pop.c (socket_connection): Move realhost out of #ifdefs.
4 Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
5
12007-11-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 62007-11-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 7
3 * pop.c (socket_connection): Use getaddrinfo if available. 8 * pop.c (socket_connection): Use getaddrinfo if available.