summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-11-30 07:00:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-11-30 07:00:47 +0000
commit2fc9706a567c4c90eea256b12bf73350bd063ed3 (patch)
tree5ead56d2d8a70ad09305a926c61015af37366e70 /cpukit/ChangeLog
parent2011-11-28 Werner Almesberger <werner@almesberger.net> (diff)
downloadrtems-2fc9706a567c4c90eea256b12bf73350bd063ed3.tar.bz2
2011-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/clnt_udp.c (struct cu_data): Introduce unions _cu_inbuf, _cu_outbuf to avoid aliasing.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 29343e7694..51e8f21539 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * librpc/src/rpc/clnt_udp.c (struct cu_data):
+ Introduce unions _cu_inbuf, _cu_outbuf to avoid aliasing.
+
2011-11-28 Werner Almesberger <werner@almesberger.net>
PR 1961/cpukit