summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-16 14:39:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-16 14:39:25 +0000
commit9bc752b92d13624a22f0659e2fee6bece875ff3a (patch)
tree3b4f6050e49572683c9aa0c5d5e4d0baf752135e /cpukit/ChangeLog
parent2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9bc752b92d13624a22f0659e2fee6bece875ff3a.tar.bz2
2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1556/cpukit * libfs/src/rfs/rtems-rfs-bitmaps.h, libfs/src/rfs/rtems-rfs-block-pos.h, libfs/src/rfs/rtems-rfs-buffer.h, libfs/src/rfs/rtems-rfs-file-system-fwd.h, libfs/src/rfs/rtems-rfs-file-system.h, libfs/src/rfs/rtems-rfs-file.h, libfs/src/rfs/rtems-rfs-format.h, libfs/src/rfs/rtems-rfs-group.h, libfs/src/rfs/rtems-rfs-inode.h: Rename "struct rtems_rfs_*_t" into "struct _rtems_rfs_*".
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f28e5f8373..6aafa81cf7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,6 +1,16 @@
2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1556/cpukit
+ * libfs/src/rfs/rtems-rfs-bitmaps.h,
+ libfs/src/rfs/rtems-rfs-block-pos.h,
+ libfs/src/rfs/rtems-rfs-buffer.h,
+ libfs/src/rfs/rtems-rfs-file-system-fwd.h,
+ libfs/src/rfs/rtems-rfs-file-system.h,
+ libfs/src/rfs/rtems-rfs-file.h,
+ libfs/src/rfs/rtems-rfs-format.h,
+ libfs/src/rfs/rtems-rfs-group.h,
+ libfs/src/rfs/rtems-rfs-inode.h:
+ Rename "struct rtems_rfs_*_t" into "struct _rtems_rfs_*".
* libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>