diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-06-29 04:43:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-06-29 04:43:45 +0000 |
commit | 16ac7d456d14d22c2071e9151a0b78626d0d71c9 (patch) | |
tree | 7a385893ff11467a9c7c0df74b174286313c5f51 /ChangeLog | |
parent | 414650c52c8988b829ccc6c2a5763c33d86de55c (diff) | |
download | glibc-16ac7d456d14d22c2071e9151a0b78626d0d71c9.tar glibc-16ac7d456d14d22c2071e9151a0b78626d0d71c9.tar.gz glibc-16ac7d456d14d22c2071e9151a0b78626d0d71c9.tar.bz2 glibc-16ac7d456d14d22c2071e9151a0b78626d0d71c9.zip |
Update.
* inet/bug-if1.c (do_test): Simply use 0 as invalid index.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2004-06-28 Ulrich Drepper <drepper@redhat.com> + * inet/bug-if1.c (do_test): Simply use 0 as invalid index. + * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca. 2004-06-28 GOTO Masanori <gotom@debian.or.jp> |