summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-05 13:38:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-05 13:38:49 +0000
commit5d2aacc2a9e46f4c3a507d14b08bb81be65a5628 (patch)
tree6a8a662556f4377ba0cf6c186e0ce98ed43187d0 /cpukit/ChangeLog
parent2011-04-05 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-5d2aacc2a9e46f4c3a507d14b08bb81be65a5628.tar.bz2
2011-04-05 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1701/filesystems * libfs/src/imfs/memfile.c: Fix sense of assert.
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 1521d3a4fc..044c0ee218 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-05 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1701/filesystems
+ * libfs/src/imfs/memfile.c: Fix sense of assert.
+
2011-04-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/src/heap.c: Avoid integer overflow.