summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-12-30 22:47:37 +0000
committerUlrich Drepper <drepper@redhat.com>2005-12-30 22:47:37 +0000
commitdb0a00d3aaf16e9d832577b5a60ae081874b41a2 (patch)
tree7f5b60e9f47d1e15ce4546028e2e657823777812 /ChangeLog
parent3ddf7149f0acbffc3a24858faac04f29f57bd415 (diff)
downloadglibc-db0a00d3aaf16e9d832577b5a60ae081874b41a2.tar.gz
glibc-db0a00d3aaf16e9d832577b5a60ae081874b41a2.tar.xz
glibc-db0a00d3aaf16e9d832577b5a60ae081874b41a2.zip
* resolv/res_debug.c (latlon2ul): Use ISO C function declaration.
	(precsize_aton): Likewise.
	(precsize_ntoa): Likewise.

	* resolv/gethnamaddr.c (_gethtbyname): Remove extra prototype.
	(gethostbyname2): Likewise.
	(gethostbyaddr): Likewise.
	(getanswer): Use ISO C function declaration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e19a45e0d3..ebabab1a7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-12-29  Andreas Jaeger  <aj@suse.de>
+
+	* resolv/res_debug.c (latlon2ul): Use ISO C function declaration.
+	(precsize_aton): Likewise.
+	(precsize_ntoa): Likewise.
+
+	* resolv/gethnamaddr.c (_gethtbyname): Remove extra prototype.
+	(gethostbyname2): Likewise.
+	(gethostbyaddr): Likewise.
+	(getanswer): Use ISO C function declaration.
+
 2005-12-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
 	* sysdeps/sh/sysdep.h: Add cfi instrumentation to asm fragments.