diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 11:06:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 11:06:33 +0000 |
commit | b09bb95838b30dc92e4e83909b350d46a09c100a (patch) | |
tree | 5035bf46b3dcf5c1364df16a4a241b2af6ad5f1a /ChangeLog | |
parent | bc03c49eff8e75b47030c8a0a18238955f02c418 (diff) | |
download | glibc-b09bb95838b30dc92e4e83909b350d46a09c100a.zip glibc-b09bb95838b30dc92e4e83909b350d46a09c100a.tar.gz glibc-b09bb95838b30dc92e4e83909b350d46a09c100a.tar.bz2 |
Update.
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 1999-02-16 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change. + * time/time.h: Avoid unneccesary #ifdef. 1999-02-15 Geoff Keating <geoffk@ozemail.com.au> |