summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-format.h
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/libfs/src/rfs/rtems-rfs-format.h
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/libfs/src/rfs/rtems-rfs-format.h')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-format.h b/cpukit/libfs/src/rfs/rtems-rfs-format.h
index 41da50781e..48d65c9165 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-format.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-format.h
@@ -34,7 +34,7 @@ extern "C" {
* RFS File System Configuration data used to format the file system. For
* default values leave the field set to 0.
*/
-typedef struct rtems_rfs_format_config_t
+typedef struct _rtems_rfs_format_config
{
/**
* The size of a block.