diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-04 06:38:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-04 06:38:07 +0000 |
commit | 77dd4c3be8d3acd04190ad54a4585ef2d4108ba2 (patch) | |
tree | b0be03383534addc39fee4f9eabcee4671643fb5 /ChangeLog.5 | |
parent | 5631e740ff086e9c978e817509bee9d73bceeff3 (diff) | |
download | glibc-77dd4c3be8d3acd04190ad54a4585ef2d4108ba2.tar.gz |
* sysdeps/posix/getaddrinfo.c: Implement configuration file
handling. /etc/gai.conf can contain replacements for the label
and precedence table. Fix byte order of default label and
precedence table.
* posix/gai.conf: New file.
* posix/tst-rfc3484.c: Adjust for changes to getaddrinfo.c.
* posix/tst-rfc3484-2.c: Likewise.
Diffstat (limited to 'ChangeLog.5')
-rw-r--r-- | ChangeLog.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.5 b/ChangeLog.5 index 8efe34dcd9..ef38fb2bf2 100644 --- a/ChangeLog.5 +++ b/ChangeLog.5 @@ -6911,9 +6911,9 @@ Sat Sep 30 11:47:05 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> Fri Sep 29 15:07:10 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> - * sysdeps/unix/sysv/linux/adjtime.c (__adjtime): - Change name of field `mode' in `struct timex' to `modes'. - Linux-1.3.28 updates this name according to RFC 1489. + * sysdeps/unix/sysv/linux/adjtime.c (__adjtime): + Change name of field `mode' in `struct timex' to `modes'. + Linux-1.3.28 updates this name according to RFC 1589. Thu Sep 28 13:05:54 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> |