diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-04 00:56:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-04 00:56:13 +0000 |
commit | a1f6ec32259a1c8d14fd4199d15d77f25a874912 (patch) | |
tree | cbd9ff477df258893b1d4b71111d77d228b334c5 | |
parent | 30199a662344bb86f17f1d42905fedf452fa3e73 (diff) | |
download | glibc-a1f6ec32259a1c8d14fd4199d15d77f25a874912.zip glibc-a1f6ec32259a1c8d14fd4199d15d77f25a874912.tar.gz glibc-a1f6ec32259a1c8d14fd4199d15d77f25a874912.tar.bz2 |
* sunrpc/svc.c (svc_getreq_poll): Fix inefficient loop test.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-11-03 Ulrich Drepper <drepper@redhat.com> + + * sunrpc/svc.c (svc_getreq_poll): Fix inefficient loop test. + 2005-11-03 Roland McGrath <roland@redhat.com> [BZ #1548] |