* sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if
This commit is contained in:
Roland McGrath 2005-09-26 19:58:50 +00:00
parent 4e62e2581c
commit 43b0572f8a
1 changed files with 1 additions and 1 deletions

View File

@ -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>.