diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-05-21 11:52:20 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-21 11:52:20 -0700 |
commit | f0ccf6ea41931f325df4699a4c7fdf81888563ee (patch) | |
tree | 6d2b51167dd5bac0ed08a5736a6e48e82dd98017 /ChangeLog | |
parent | 5b08ac571ff8e94fe96511a532f0d20997de5f52 (diff) | |
download | glibc-f0ccf6ea41931f325df4699a4c7fdf81888563ee.tar glibc-f0ccf6ea41931f325df4699a4c7fdf81888563ee.tar.gz glibc-f0ccf6ea41931f325df4699a4c7fdf81888563ee.tar.bz2 glibc-f0ccf6ea41931f325df4699a4c7fdf81888563ee.zip |
sunrpc: Fix spurious fall-through
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-05-21 Andreas Schwab <schwab@redhat.com> + + * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break. + * sunrpc/clnt_udp.c (clntudp_control): Likewise. + * sunrpc/clnt_unix.c (clntunix_control): Likewise. + 2010-05-20 Andreas Schwab <schwab@redhat.com> * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH. |