diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-02 16:50:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-02 16:50:55 +0000 |
commit | d4ed75616838868f7b11f3cb5ee40561a47104ef (patch) | |
tree | 20dee7d166b4a5e0b5097310bd2b0f389e70e4f1 /ChangeLog | |
parent | 0b25a49a94f6d125456f1f3ac70ca7b330b69eda (diff) | |
download | glibc-d4ed75616838868f7b11f3cb5ee40561a47104ef.zip glibc-d4ed75616838868f7b11f3cb5ee40561a47104ef.tar.gz glibc-d4ed75616838868f7b11f3cb5ee40561a47104ef.tar.bz2 |
* sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
variables const to avoid compiler warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ 2006-10-02 Dmitry V. Levin <ldv@altlinux.org> + * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val + variables const to avoid compiler warnings. + * io/fts.c (fts_close): Remove redundant checks. (fts_build): Likewise. (fts_palloc): Likewise. |