summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 13:34:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 13:34:45 +0000
commit8a5d6ac18c4aaac58c9d372668da967848dd30e8 (patch)
treee62d98428f3e26fc9ac8eff35d20729bbd3555cc /cpukit
parent2011-03-03 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-8a5d6ac18c4aaac58c9d372668da967848dd30e8.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 82772fea8a..5012401278 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-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>