about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-13 20:26:29 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-13 20:26:29 +0000
commit2486480e23051b536fa2ac612b0613105ba988cf (patch)
treea04339514598f842fc616422e82ea71742ce9143 /ChangeLog
parentb8b9340e6f26ef1b19c983fa481b75fd12c01d1b (diff)
downloadglibc-2486480e23051b536fa2ac612b0613105ba988cf.tar.gz
glibc-2486480e23051b536fa2ac612b0613105ba988cf.tar.xz
glibc-2486480e23051b536fa2ac612b0613105ba988cf.zip
Update.
	* inet/netgroup.h (struct name_list): Replace name pointer with
	zero-sized array.
	* inet/getnetgrent_r.c: Adjust code for change in name_list
	layout.  Numerous strdup and free calls removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64949aa3fe..c481a3f837 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-08-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* inet/netgroup.h (struct name_list): Replace name pointer with
+	zero-sized array.
+	* inet/getnetgrent_r.c: Adjust code for change in name_list
+	layout.  Numerous strdup and free calls removed.
+
 	* elf/sprof.c (read_symbols): When comparing aliases, prefer
 	non-hidden over hidden symbols and strong over weak symbols
 	if both don't start with '_'.