summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-20 19:31:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-20 19:31:24 +0000
commitccec63e98d0e022103bdbff591cc83e0fa164592 (patch)
treee0810bf033b0f47ac2c860f6e554a02fe22256aa /cpukit/ChangeLog
parent2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-ccec63e98d0e022103bdbff591cc83e0fa164592.tar.bz2
2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/src/error.c, libmisc/dummy/dummy.c, rtems/src/rtemsobjectgetapiclassname.c, rtems/src/rtemsobjectgetapiname.c: Add 0 for missing initializers.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 049ca2c959..7a6e1ff1aa 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * libcsupport/src/error.c, libmisc/dummy/dummy.c,
+ rtems/src/rtemsobjectgetapiclassname.c,
+ rtems/src/rtemsobjectgetapiname.c: Add 0 for missing initializers.
+
2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/rtems/status-checks.h: Fixed integer conversion warning.