summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-05-03 22:18:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-05-03 22:18:32 +0000
commit6ab87973f42e470129a2cb684de1b4b33801dc8f (patch)
tree7f982182bb3c0d35bd47df00c6e4b67eddce105e /cpukit/ChangeLog
parent2005-05-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6ab87973f42e470129a2cb684de1b4b33801dc8f.tar.bz2
2005-05-03 Joel Sherrill <joel@OARcorp.com>
* rtems/src/regiongetfreeinfo.c: Return RTEMS_SUCCESSFUL instead of RTEMS_INVALID_ADDRESS on success path.
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 6681d60afb..dfbcd02a66 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2005-05-03 Joel Sherrill <joel@OARcorp.com>
+ * rtems/src/regiongetfreeinfo.c: Return RTEMS_SUCCESSFUL instead of
+ RTEMS_INVALID_ADDRESS on success path.
+
+2005-05-03 Joel Sherrill <joel@OARcorp.com>
+
* libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_load_tar.c: Use uint8_t
instead of char for raw data buffer.