<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-06-16)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>

        PR 1556/cpukit
        * libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2397&r2=text&tr2=1.2398&diff_format=h">M</a></td><td width='1%'>1.2398</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2346.2.19&r2=text&tr2=1.2346.2.20&diff_format=h">M</a></td><td width='1%'>1.2346.2.20</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-shell.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.7.2.1&diff_format=h">M</a></td><td width='1%'>1.7.2.1</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-shell.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2397 rtems/cpukit/ChangeLog:1.2398
--- rtems/cpukit/ChangeLog:1.2397       Wed Jun 16 08:50:21 2010
+++ rtems/cpukit/ChangeLog      Wed Jun 16 09:31:48 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-06-16    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       PR 1556/cpukit
+       * libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
+
</font> 2010-06-15        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        PR 1566/filesystem

<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2346.2.19 rtems/cpukit/ChangeLog:1.2346.2.20
--- rtems/cpukit/ChangeLog:1.2346.2.19  Wed Jun 16 08:52:03 2010
+++ rtems/cpukit/ChangeLog      Wed Jun 16 09:32:21 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-06-16    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       PR 1556/cpukit
+       * libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
+
</font> 2010-06-15        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        PR 1566/filesystem

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7 rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.8
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7    Mon Apr 12 00:29:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c        Wed Jun 16 09:31:48 2010
</font><font color='#997700'>@@ -42,7 +42,7 @@
</font> /**
  * Table of handlers we parse to invoke the command.
  */
<font color='#880000'>-typedef struct rtems_rfs_shell_cmd_t
</font><font color='#000088'>+typedef struct
</font> {
   const char*             name;
   rtems_rfs_shell_handler handler;

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7 rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7    Mon Apr 12 00:29:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c        Wed Jun 16 09:32:21 2010
</font><font color='#997700'>@@ -42,7 +42,7 @@
</font> /**
  * Table of handlers we parse to invoke the command.
  */
<font color='#880000'>-typedef struct rtems_rfs_shell_cmd_t
</font><font color='#000088'>+typedef struct
</font> {
   const char*             name;
   rtems_rfs_shell_handler handler;
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>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_*".
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2398&r2=text&tr2=1.2399&diff_format=h">M</a></td><td width='1%'>1.2399</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2346.2.20&r2=text&tr2=1.2346.2.21&diff_format=h">M</a></td><td width='1%'>1.2346.2.21</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.1.2.1&diff_format=h">M</a></td><td width='1%'>1.1.2.1</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-block-pos.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h.diff?r1=text&tr1=1.1.2.1&r2=text&tr2=1.1.2.2&diff_format=h">M</a></td><td width='1%'>1.1.2.2</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-block-pos.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-buffer.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.2.2.1&diff_format=h">M</a></td><td width='1%'>1.2.2.1</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-buffer.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.1.2.1&diff_format=h">M</a></td><td width='1%'>1.1.2.1</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-file-system.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h.diff?r1=text&tr1=1.3.2.1&r2=text&tr2=1.3.2.2&diff_format=h">M</a></td><td width='1%'>1.3.2.2</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-file-system.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-file.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.1.2.1&diff_format=h">M</a></td><td width='1%'>1.1.2.1</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-file.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-format.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.1.2.1&diff_format=h">M</a></td><td width='1%'>1.1.2.1</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-format.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-group.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h.diff?r1=text&tr1=1.2.2.1&r2=text&tr2=1.2.2.2&diff_format=h">M</a></td><td width='1%'>1.2.2.2</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-group.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-inode.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h.diff?r1=text&tr1=1.3.2.1&r2=text&tr2=1.3.2.2&diff_format=h">M</a></td><td width='1%'>1.3.2.2</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-inode.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2398 rtems/cpukit/ChangeLog:1.2399
--- rtems/cpukit/ChangeLog:1.2398       Wed Jun 16 09:31:48 2010
+++ rtems/cpukit/ChangeLog      Wed Jun 16 09:39:25 2010
</font><font color='#997700'>@@ -1,6 +1,16 @@
</font> 2010-06-16        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        PR 1556/cpukit
<font color='#000088'>+   * 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_*".
</font>   * libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
 
 2010-06-15     Ralf Corsépius <ralf.corsepius@rtems.org>

<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2346.2.20 rtems/cpukit/ChangeLog:1.2346.2.21
--- rtems/cpukit/ChangeLog:1.2346.2.20  Wed Jun 16 09:32:21 2010
+++ rtems/cpukit/ChangeLog      Wed Jun 16 09:41:01 2010
</font><font color='#997700'>@@ -1,6 +1,16 @@
</font> 2010-06-16        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        PR 1556/cpukit
<font color='#000088'>+   * 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_*".
</font>   * libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
 
 2010-06-15     Ralf Corsépius <ralf.corsepius@rtems.org>

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1  Wed Feb 17 18:24:24 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h      Wed Jun 16 09:39:14 2010
</font><font color='#997700'>@@ -99,7 +99,7 @@
</font> /**
  * The bitmap control is a simple way to manage the various parts of a bitmap.
  */
<font color='#880000'>-struct rtems_rfs_bitmap_control_t
</font><font color='#000088'>+typedef struct _rtems_rfs_bitmap_control
</font> {
   rtems_rfs_buffer_handle* buffer;      //< Handle the to buffer with the bit
                                         //map.
<font color='#997700'>@@ -110,9 +110,7 @@
</font>   size_t                   free;        //< Number of bits in the map that are
                                         //free (clear).
   rtems_rfs_bitmap_map     search_bits; //< The search bit map memory.
<font color='#880000'>-};
-
-typedef struct rtems_rfs_bitmap_control_t rtems_rfs_bitmap_control;
</font><font color='#000088'>+} rtems_rfs_bitmap_control;
</font> 
 /**
  * Return the number of bits for the number of bytes provided.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1  Wed Feb 17 18:24:24 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h      Wed Jun 16 09:40:49 2010
</font><font color='#997700'>@@ -99,7 +99,7 @@
</font> /**
  * The bitmap control is a simple way to manage the various parts of a bitmap.
  */
<font color='#880000'>-struct rtems_rfs_bitmap_control_t
</font><font color='#000088'>+typedef struct _rtems_rfs_bitmap_control
</font> {
   rtems_rfs_buffer_handle* buffer;      //< Handle the to buffer with the bit
                                         //map.
<font color='#997700'>@@ -110,9 +110,7 @@
</font>   size_t                   free;        //< Number of bits in the map that are
                                         //free (clear).
   rtems_rfs_bitmap_map     search_bits; //< The search bit map memory.
<font color='#880000'>-};
-
-typedef struct rtems_rfs_bitmap_control_t rtems_rfs_bitmap_control;
</font><font color='#000088'>+} rtems_rfs_bitmap_control;
</font> 
 /**
  * Return the number of bits for the number of bytes provided.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.2 rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.3
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.2        Sat Jun 12 00:18:02 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h    Wed Jun 16 09:39:14 2010
</font><font color='#997700'>@@ -47,7 +47,7 @@
</font>  * block field can be used hold a block number for the position as a look up
  * cache.
  */
<font color='#880000'>-typedef struct rtems_rfs_block_pos_t
</font><font color='#000088'>+typedef struct _rtems_rfs_block_pos
</font> {
   /**
    * The block index in the map. Range is from 0 to the maps block count minus
<font color='#997700'>@@ -136,7 +136,7 @@
</font>  * A block size is the number of blocks less one plus the offset where the
  * offset must be less than the block size.
  */
<font color='#880000'>-typedef struct rtems_rfs_block_size_t
</font><font color='#000088'>+typedef struct _rtems_rfs_block_size
</font> {
   /**
    * The count of blocks in a map. A 0 means no blocks and a zero length and

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.1    Sat Jun 12 00:19:11 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h    Wed Jun 16 09:40:50 2010
</font><font color='#997700'>@@ -47,7 +47,7 @@
</font>  * block field can be used hold a block number for the position as a look up
  * cache.
  */
<font color='#880000'>-typedef struct rtems_rfs_block_pos_t
</font><font color='#000088'>+typedef struct _rtems_rfs_block_pos
</font> {
   /**
    * The block index in the map. Range is from 0 to the maps block count minus
<font color='#997700'>@@ -136,7 +136,7 @@
</font>  * A block size is the number of blocks less one plus the offset where the
  * offset must be less than the block size.
  */
<font color='#880000'>-typedef struct rtems_rfs_block_size_t
</font><font color='#000088'>+typedef struct _rtems_rfs_block_size
</font> {
   /**
    * The count of blocks in a map. A 0 means no blocks and a zero length and

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.2 rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.3
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.2   Sun Feb 28 16:36:28 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h       Wed Jun 16 09:39:14 2010
</font><font color='#997700'>@@ -60,7 +60,7 @@
</font>                                     bool              modified);
 #else /* Device I/O */
 typedef uint32_t rtems_rfs_buffer_block;
<font color='#880000'>-typedef struct rtems_rfs_buffer_t
</font><font color='#000088'>+typedef struct _rtems_rfs_buffer
</font> {
   rtems_chain_node       link;
   rtems_rfs_buffer_block user;

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.2 rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.2.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.2   Sun Feb 28 16:36:28 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h       Wed Jun 16 09:40:50 2010
</font><font color='#997700'>@@ -60,7 +60,7 @@
</font>                                     bool              modified);
 #else /* Device I/O */
 typedef uint32_t rtems_rfs_buffer_block;
<font color='#880000'>-typedef struct rtems_rfs_buffer_t
</font><font color='#000088'>+typedef struct _rtems_rfs_buffer
</font> {
   rtems_chain_node       link;
   rtems_rfs_buffer_block user;

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.1  Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h      Wed Jun 16 09:39:14 2010
</font><font color='#997700'>@@ -21,7 +21,7 @@
</font> /**
  * Forward reference to the file system data.
  */
<font color='#880000'>-struct rtems_rfs_file_system_t;
-typedef struct rtems_rfs_file_system_t rtems_rfs_file_system;
</font><font color='#000088'>+struct _rtems_rfs_file_system;
+typedef struct _rtems_rfs_file_system rtems_rfs_file_system;
</font> 
 #endif

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.1.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.1  Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h      Wed Jun 16 09:40:50 2010
</font><font color='#997700'>@@ -21,7 +21,7 @@
</font> /**
  * Forward reference to the file system data.
  */
<font color='#880000'>-struct rtems_rfs_file_system_t;
-typedef struct rtems_rfs_file_system_t rtems_rfs_file_system;
</font><font color='#000088'>+struct _rtems_rfs_file_system;
+typedef struct _rtems_rfs_file_system rtems_rfs_file_system;
</font> 
 #endif

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.4 rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.5
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.4      Tue Jun 15 10:17:35 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h  Wed Jun 16 09:39:14 2010
</font><font color='#997700'>@@ -111,7 +111,7 @@
</font> /**
  * RFS File System data.
  */
<font color='#880000'>-struct rtems_rfs_file_system_t
</font><font color='#000088'>+struct _rtems_rfs_file_system
</font> {
   /**
    * Flags to control the file system. Some can be controlled via the ioctl.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.3.2.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.3.2.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.3.2.1  Tue Jun 15 10:17:43 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h  Wed Jun 16 09:40:50 2010
</font><font color='#997700'>@@ -111,7 +111,7 @@
</font> /**
  * RFS File System data.
  */
<font color='#880000'>-struct rtems_rfs_file_system_t
</font><font color='#000088'>+struct _rtems_rfs_file_system
</font> {
   /**
    * Flags to control the file system. Some can be controlled via the ioctl.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.1     Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h Wed Jun 16 09:39:14 2010
</font><font color='#997700'>@@ -33,7 +33,7 @@
</font>  * the inode is not thrashed yet we meet the requirements of the POSIX
  * standard. The stat call needs to check the shared file data.
  */
<font color='#880000'>-typedef struct rtems_rfs_file_shared_t
</font><font color='#000088'>+typedef struct _rtems_rfs_file_shared
</font> {
   /**
    * The shared parts are maintained as a list.
<font color='#997700'>@@ -175,7 +175,7 @@
</font> /**
  * File data used to managed an open file.
  */
<font color='#880000'>-typedef struct rtems_rfs_file_handle_t
</font><font color='#000088'>+typedef struct _rtems_rfs_file_handle
</font> {
   /**
    * Special flags that can be controlled by the fctrl call.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.1.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.1     Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h Wed Jun 16 09:40:50 2010
</font><font color='#997700'>@@ -33,7 +33,7 @@
</font>  * the inode is not thrashed yet we meet the requirements of the POSIX
  * standard. The stat call needs to check the shared file data.
  */
<font color='#880000'>-typedef struct rtems_rfs_file_shared_t
</font><font color='#000088'>+typedef struct _rtems_rfs_file_shared
</font> {
   /**
    * The shared parts are maintained as a list.
<font color='#997700'>@@ -175,7 +175,7 @@
</font> /**
  * File data used to managed an open file.
  */
<font color='#880000'>-typedef struct rtems_rfs_file_handle_t
</font><font color='#000088'>+typedef struct _rtems_rfs_file_handle
</font> {
   /**
    * Special flags that can be controlled by the fctrl call.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.1   Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h       Wed Jun 16 09:39:14 2010
</font><font color='#997700'>@@ -34,7 +34,7 @@
</font>  * RFS File System Configuration data used to format the file system. For
  * default values leave the field set to 0.
  */
<font color='#880000'>-typedef struct rtems_rfs_format_config_t
</font><font color='#000088'>+typedef struct _rtems_rfs_format_config
</font> {
   /**
    * The size of a block.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.1.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.1   Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h       Wed Jun 16 09:40:50 2010
</font><font color='#997700'>@@ -34,7 +34,7 @@
</font>  * RFS File System Configuration data used to format the file system. For
  * default values leave the field set to 0.
  */
<font color='#880000'>-typedef struct rtems_rfs_format_config_t
</font><font color='#000088'>+typedef struct _rtems_rfs_format_config
</font> {
   /**
    * The size of a block.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.3 rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.4
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.3    Sat Jun 12 00:18:02 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h        Wed Jun 16 09:39:14 2010
</font><font color='#997700'>@@ -37,7 +37,7 @@
</font>  * bit allocator for blocks in the group simpler plus is allows a simple way to
  * localise access to files and directories.
  */
<font color='#880000'>-typedef struct rtems_rfs_group_t<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+typedef struct _rtems_rfs_group<span style="background-color: #FF0000"> </span>
</font> {
   /**
    * Base block number.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.2.2.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.2.2.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.2.2.1        Sat Jun 12 00:19:11 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h        Wed Jun 16 09:40:50 2010
</font><font color='#997700'>@@ -37,7 +37,7 @@
</font>  * bit allocator for blocks in the group simpler plus is allows a simple way to
  * localise access to files and directories.
  */
<font color='#880000'>-typedef struct rtems_rfs_group_t<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+typedef struct _rtems_rfs_group<span style="background-color: #FF0000"> </span>
</font> {
   /**
    * Base block number.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.4 rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.5
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.4    Sat Jun 12 00:18:02 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h        Wed Jun 16 09:39:14 2010
</font><font color='#997700'>@@ -95,7 +95,7 @@
</font> /**
  * The inode.
  */
<font color='#880000'>-typedef struct rtems_rfs_inode_t
</font><font color='#000088'>+typedef struct _rtems_rfs_inode
</font> {
   /**
    * The number of links to the inode.
<font color='#997700'>@@ -176,7 +176,7 @@
</font> /**
  * RFS Inode Handle.
  */
<font color='#880000'>-typedef struct rtems_rfs_inode_handle_t
</font><font color='#000088'>+typedef struct _rtems_rfs_inode_handle
</font> {
   /**
    * Handles can be linked as a list for easy processing.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.3.2.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.3.2.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.3.2.1        Sat Jun 12 00:19:11 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h        Wed Jun 16 09:40:51 2010
</font><font color='#997700'>@@ -95,7 +95,7 @@
</font> /**
  * The inode.
  */
<font color='#880000'>-typedef struct rtems_rfs_inode_t
</font><font color='#000088'>+typedef struct _rtems_rfs_inode
</font> {
   /**
    * The number of links to the inode.
<font color='#997700'>@@ -176,7 +176,7 @@
</font> /**
  * RFS Inode Handle.
  */
<font color='#880000'>-typedef struct rtems_rfs_inode_handle_t
</font><font color='#000088'>+typedef struct _rtems_rfs_inode_handle
</font> {
   /**
    * Handles can be linked as a list for easy processing.
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>