summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-file-system.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-file-system.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-file-system.h')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file-system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system.h b/cpukit/libfs/src/rfs/rtems-rfs-file-system.h
index 0a137295d4..ceedd010f8 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file-system.h
@@ -111,7 +111,7 @@ typedef int64_t rtems_rfs_pos_rel;
/**
* RFS File System data.
*/
-struct rtems_rfs_file_system_t
+struct _rtems_rfs_file_system
{
/**
* Flags to control the file system. Some can be controlled via the ioctl.