diff options
author | Roland McGrath <roland@gnu.org> | 2005-11-03 21:39:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-11-03 21:39:43 +0000 |
commit | b81920fea759c7b7ce1bb01ff926d4fd7679f79a (patch) | |
tree | baf0c13c86e010bebb07058bddb6b036add6fa4a | |
parent | 87e3f68d1b13ec448210553672e45a5c21b1ca3e (diff) | |
download | glibc-b81920fea759c7b7ce1bb01ff926d4fd7679f79a.tar.gz glibc-b81920fea759c7b7ce1bb01ff926d4fd7679f79a.tar.xz glibc-b81920fea759c7b7ce1bb01ff926d4fd7679f79a.zip |
[BZ #1548]
2005-11-03 Roland McGrath <roland@redhat.com> [BZ #1548] * sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask. From Jay Lan <jlan@engr.sgi.com>.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8cdee79104..90129ac276 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-03 Roland McGrath <roland@redhat.com> + + [BZ #1548] + * sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask. + From Jay Lan <jlan@engr.sgi.com>. + 2005-11-03 Ulrich Drepper <drepper@redhat.com> [BZ #1774] |