summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-05-21 11:52:20 -0700
committerUlrich Drepper <drepper@redhat.com>2010-05-21 11:52:20 -0700
commitf0ccf6ea41931f325df4699a4c7fdf81888563ee (patch)
tree6d2b51167dd5bac0ed08a5736a6e48e82dd98017 /ChangeLog
parent5b08ac571ff8e94fe96511a532f0d20997de5f52 (diff)
sunrpc: Fix spurious fall-through
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 521e6ae301..b6c9889c2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.