summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.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-fwd.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-fwd.h')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h b/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h
index 7309c60cfd..8c39944486 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h
@@ -21,7 +21,7 @@
/**
* Forward reference to the file system data.
*/
-struct rtems_rfs_file_system_t;
-typedef struct rtems_rfs_file_system_t rtems_rfs_file_system;
+struct _rtems_rfs_file_system;
+typedef struct _rtems_rfs_file_system rtems_rfs_file_system;
#endif