diff options
author | Neal H. Walfield <neal@gnu.org> | 2002-03-10 23:59:56 +0000 |
---|---|---|
committer | Neal H. Walfield <neal@gnu.org> | 2002-03-10 23:59:56 +0000 |
commit | aed44d5c014134a9d5f13d080192d10dfe5fccfd (patch) | |
tree | 4d2a064d2dc633eca666743ce0af9689a0f9cb1a /hostmux | |
parent | d0f5929ab76f5b91c4b931add3945bb11c887363 (diff) |
ChangeLog
Diffstat (limited to 'hostmux')
-rw-r--r-- | hostmux/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog index 2d928d77..d2df93e7 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. |