diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-29 09:24:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-29 09:24:03 +0000 |
commit | ea473bad4c98d8e36cd510ba117d8fd7ab623c85 (patch) | |
tree | 3cab8a02ee38c0ba230236be0147961102029070 /ChangeLog | |
parent | cc4f0dde8880d12a99e470b51e788bd575ec17c5 (diff) | |
download | glibc-ea473bad4c98d8e36cd510ba117d8fd7ab623c85.tar.gz glibc-ea473bad4c98d8e36cd510ba117d8fd7ab623c85.tar.xz glibc-ea473bad4c98d8e36cd510ba117d8fd7ab623c85.zip |
Update.
2003-03-29 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Avoid netlink_open calls if netlink is known to not be available.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 756e2b17c0..e299697d6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-29 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Avoid + netlink_open calls if netlink is known to not be available. + 2003-03-29 Alexandre Oliva <aoliva@redhat.com> * configure.in: Add mips64* support. |