about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-06-29 04:43:45 +0000
committerUlrich Drepper <drepper@redhat.com>2004-06-29 04:43:45 +0000
commit16ac7d456d14d22c2071e9151a0b78626d0d71c9 (patch)
tree7a385893ff11467a9c7c0df74b174286313c5f51 /ChangeLog
parent414650c52c8988b829ccc6c2a5763c33d86de55c (diff)
downloadglibc-16ac7d456d14d22c2071e9151a0b78626d0d71c9.tar.gz
glibc-16ac7d456d14d22c2071e9151a0b78626d0d71c9.tar.xz
glibc-16ac7d456d14d22c2071e9151a0b78626d0d71c9.zip
Update.
	* inet/bug-if1.c (do_test): Simply use 0 as invalid index.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5215a58c59..8ea8fdeb7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>