diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-20 18:35:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-20 18:35:45 +0000 |
commit | cc2f0a2bb9d693cc44182f33f979e2628c99d75e (patch) | |
tree | 576cc9052782d2fdf89f037317e098770590805d /ChangeLog | |
parent | 545f1b1177b56028d80fd09c82e242259cc700dd (diff) | |
download | glibc-cc2f0a2bb9d693cc44182f33f979e2628c99d75e.tar.gz glibc-cc2f0a2bb9d693cc44182f33f979e2628c99d75e.tar.xz glibc-cc2f0a2bb9d693cc44182f33f979e2628c99d75e.zip |
* resolv/res_hconf.c (arg_service_list): Reduce size of svcs and
mark const. (cmd): Mark as const.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index fcc06f52a5..80c8933d55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2005-12-20 Ulrich Drepper <drepper@redhat.com> - * resolv/res_hconf.c (cmd): Mark as const. + * resolv/res_hconf.c (arg_service_list): Reduce size of svcs and + mark const. + (cmd): Mark as const. (parse_line): Mark c as pointer to const. * misc/getusershell.c (initshells): Remove unnecessary tests. |