summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-08 02:01:41 +0000
committerRoland McGrath <roland@gnu.org>2002-08-08 02:01:41 +0000
commit0a463fa9da16a888a2b0517e4af6155410de5ce0 (patch)
tree7813a70a713f499dfa8064f8306d815655d81fd2 /ChangeLog
parent78323b5b80225fb88f783c8f74fc8ce86d0fbf23 (diff)
downloadglibc-0a463fa9da16a888a2b0517e4af6155410de5ce0.tar.gz
glibc-0a463fa9da16a888a2b0517e4af6155410de5ce0.tar.xz
glibc-0a463fa9da16a888a2b0517e4af6155410de5ce0.zip
* resolv/res_debug.c (latlon2ul): Add const to argument type, and use
	it internally.
	(precsize_aton): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fabaa4ef0..45898ed9ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-08-07  Roland McGrath  <roland@redhat.com>
 
+	* resolv/res_debug.c (latlon2ul): Add const to argument type, and use
+	it internally.
+	(precsize_aton): Likewise.
+
 	* inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
 	the static symbols added in the last change (doofus is me).