summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-28 23:00:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-28 23:00:20 +0000
commit6fd4d06f395cefdebe2a8e5c02c89e7792ae9a25 (patch)
treef3353a761a7ece94c0bcc4b73b6177622dd8f413 /cpukit/ChangeLog
parent2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-6fd4d06f395cefdebe2a8e5c02c89e7792ae9a25.tar.bz2
2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/objectidtoname.c: Remove error which cannot be reached since API that calls this checks the error first. * score/src/objectsetname.c: Adjust handling of length.
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 c39197627f..df465ac799 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * score/src/objectidtoname.c: Remove error which cannot be reached
+ since API that calls this checks the error first.
+ * score/src/objectsetname.c: Adjust handling of length.
+
+2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* rtems/src/regiondelete.c, rtems/src/regiongetfreeinfo.c,
rtems/src/regiongetinfo.c, rtems/src/regiongetsegment.c,
rtems/src/regiongetsegmentsize.c, rtems/src/regionresizesegment.c,