summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 13:34:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 13:34:34 +0000
commit280f82d71dd5c0beef5da32a6d639ec5ac782007 (patch)
tree99d708be40ad4d2908348c3c9a9026af48b96cd2 /cpukit
parent2011-03-03 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-280f82d71dd5c0beef5da32a6d639ec5ac782007.tar.bz2
Formatting.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 211f0c647f..598de090dc 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,8 +1,9 @@
2011-03-03 Chris Johns <chrisj@rtems.org>
- * libcsupport/src/mknod.c, libfs/src/rfs/rtems-rfs-inode.c: PR
- 1749. Fix the incorrect handling of the file type in the mode
- value to reject invalid types as per the standard.
+ PR 1749/filesystem
+ * libcsupport/src/mknod.c, libfs/src/rfs/rtems-rfs-inode.c:
+ Fix the incorrect handling of the file type in the mode value
+ to reject invalid types as per the standard.
2011-02-08 Brett Swimley <bswimley@advanced.pro>