about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-10-02 09:36:32 +0000
committerUlrich Drepper <drepper@redhat.com>2003-10-02 09:36:32 +0000
commit0d297437293d04e0f566215108ddedf527715326 (patch)
tree5043864c266adbe3c0645264b695e193b46cd35f /ChangeLog
parent6a31ae84dcee538ac358195992331c858e26c486 (diff)
downloadglibc-0d297437293d04e0f566215108ddedf527715326.tar.gz
glibc-0d297437293d04e0f566215108ddedf527715326.tar.xz
glibc-0d297437293d04e0f566215108ddedf527715326.zip
Update.
2003-10-02  Ulrich Drepper  <drepper@redhat.com>

	* inet/getnameinfo.c: Move domain out of nrl_domainname scope and
	define it with libc_freeres_ptr.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 755a15277e..5536ed1877 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-02  Ulrich Drepper  <drepper@redhat.com>
+
+	* inet/getnameinfo.c: Move domain out of nrl_domainname scope and
+	define it with libc_freeres_ptr.
+
 2003-10-01  Roland McGrath  <roland@redhat.com>
 
 	* elf/rtld.c (dl_main): Add cast in last change.