diff options
author | Roland McGrath <roland@gnu.org> | 2005-09-26 19:58:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-09-26 19:58:50 +0000 |
commit | 43b0572f8ab3593241d1641d235f3fcf5c7a8a83 (patch) | |
tree | 9e1548d0b356d593e6a3c583cab25e5941871145 | |
parent | 4e62e2581cb42058de746e7ae8efcd0818ae5ca6 (diff) | |
download | glibc-43b0572f8ab3593241d1641d235f3fcf5c7a8a83.tar glibc-43b0572f8ab3593241d1641d235f3fcf5c7a8a83.tar.gz glibc-43b0572f8ab3593241d1641d235f3fcf5c7a8a83.tar.bz2 glibc-43b0572f8ab3593241d1641d235f3fcf5c7a8a83.zip |
typo
* sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ * libio/oldiofclose.c (_IO_old_fclose): Likewise. [BZ #524] - * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop of + * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if number of bits is multiple of 8. Patch by Fredrik Tolf <fredrik@dolda2000.com>. |