diff options
author | Roland McGrath <roland@gnu.org> | 2005-11-03 23:30:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-11-03 23:30:51 +0000 |
commit | 77c4d1156f73444f4b1d897f423544869c880eae (patch) | |
tree | 6c5469e4fd0d61927530364835424b6d8002b127 /ChangeLog | |
parent | b81920fea759c7b7ce1bb01ff926d4fd7679f79a (diff) | |
download | glibc-77c4d1156f73444f4b1d897f423544869c880eae.tar.gz glibc-77c4d1156f73444f4b1d897f423544869c880eae.tar.xz glibc-77c4d1156f73444f4b1d897f423544869c880eae.zip |
* sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask,
make sure constant is long.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 90129ac276..7ece16c109 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2005-11-03 Roland McGrath <roland@redhat.com> [BZ #1548] - * sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask. + * sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask, + make sure constant is long. From Jay Lan <jlan@engr.sgi.com>. 2005-11-03 Ulrich Drepper <drepper@redhat.com> |