summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hostmux/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog
index 2d928d77f..d2df93e74 100644
--- a/hostmux/ChangeLog
+++ b/hostmux/ChangeLog
@@ -1,3 +1,10 @@
+2002-03-10 Neal H Walfield <neal@cs.uml.edu>
+
+ * mux.c (lookup_addrinfo): Renamed from lookup_hostent. Change HE
+ from a struct hostent to a struct addrinfo.
+ (lookup_host): Use lookup_addrinfo, not lookup_hostent.
+ Reported by James A. Morrison <ja2morri@uwaterloo.ca>.
+
2001-08-01 Marcus Brinkmann <marcus@gnu.org>
* mux.c (free_name): Swap order of memory releases.