summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-10 23:34:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-10 23:34:58 +0000
commitfc658e4e69b384fa3f51465c38b9b98a6995e507 (patch)
tree6f0be3468776d8c86eedb031ac18735e91f8d781 /cpukit/ChangeLog
parentSynchronization with RTEMS CVS (HEAD revision). (diff)
downloadrtems-fc658e4e69b384fa3f51465c38b9b98a6995e507.tar.bz2
2011-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/include/rtems/bdpart.h (rtems_bdpart_format): Eliminate unnamed union (Non c99-compliant). * libblock/src/bdpart-create.c, libblock/src/bdpart-read.c, libblock/src/bdpart-write.c: Reflect changes above.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index fcb7dcf682..579d703fa1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2011-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libblock/include/rtems/bdpart.h (rtems_bdpart_format):
+ Eliminate unnamed union (Non c99-compliant).
+ * libblock/src/bdpart-create.c, libblock/src/bdpart-read.c,
+ libblock/src/bdpart-write.c: Reflect changes above.
+
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* sapi/include/confdefs.h: Fix typo.