about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-12-20 18:25:49 +0000
committerUlrich Drepper <drepper@redhat.com>2005-12-20 18:25:49 +0000
commit545f1b1177b56028d80fd09c82e242259cc700dd (patch)
treef28e5f27e624f19c1f65405bb5667ffdeb14227e /ChangeLog
parent970362dc5632a62dd1bf7ecb20dc112ed1528267 (diff)
downloadglibc-545f1b1177b56028d80fd09c82e242259cc700dd.tar.gz
glibc-545f1b1177b56028d80fd09c82e242259cc700dd.tar.xz
glibc-545f1b1177b56028d80fd09c82e242259cc700dd.zip
* resolv/res_hconf.c (cmd): Mark as const.
	(parse_line): Mark c as pointer to const.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62f6e8ab9c..fcc06f52a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-12-20  Ulrich Drepper  <drepper@redhat.com>
 
+	* resolv/res_hconf.c (cmd): Mark as const.
+	(parse_line): Mark c as pointer to const.
+
 	* misc/getusershell.c (initshells): Remove unnecessary tests.
 	(endusershell): Likewise.
 	(okshells): Mark as const.