about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-06-26 04:59:41 +0000
committerUlrich Drepper <drepper@redhat.com>2001-06-26 04:59:41 +0000
commitda0debaa44d30e57e2949d4e90ca0d5c4dc9e69c (patch)
treeb2983216bb17e3a6b66eadfd40191d0937e65000 /ChangeLog
parent1574022402a6778139747dda23b126c22dbc6fa7 (diff)
downloadglibc-da0debaa44d30e57e2949d4e90ca0d5c4dc9e69c.tar.gz
glibc-da0debaa44d30e57e2949d4e90ca0d5c4dc9e69c.tar.xz
glibc-da0debaa44d30e57e2949d4e90ca0d5c4dc9e69c.zip
Update.
	* sysdeps/gnu/net/if.h: Correct _IOT_ifreq and add _IOT_ifreq_short
	and _IOT_ifreq_int.  Patch by Mark Kettenis <kettenis@wins.uva.nl>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46b241463e..7a9989ea38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-06-25  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/gnu/net/if.h: Correct _IOT_ifreq and add _IOT_ifreq_short
+	and _IOT_ifreq_int.  Patch by Mark Kettenis <kettenis@wins.uva.nl>.
+
 	* elf/dl-deps.c (_dl_map_object_deps): Fix handling of failing
 	_dl_catch_error calls.