<!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 (2011-03-14)</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>ccj</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-03-14      Chris Johns <chrisj@rtems.org>

        PR 1757/filesystem
        * libfs/src/rfs/rtems-rfs-block-pos.h: Fix the bug in equal
        compare.
</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.2346.2.83&r2=text&tr2=1.2346.2.84&diff_format=h">M</a></td><td width='1%'>1.2346.2.84</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-block-pos.h.diff?r1=text&tr1=1.1.2.4&r2=text&tr2=1.1.2.5&diff_format=h">M</a></td><td width='1%'>1.1.2.5</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-block-pos.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2346.2.83 rtems/cpukit/ChangeLog:1.2346.2.84
--- rtems/cpukit/ChangeLog:1.2346.2.83  Mon Mar 14 00:13:12 2011
+++ rtems/cpukit/ChangeLog      Mon Mar 14 02:44:32 2011
</font><font color='#997700'>@@ -1,5 +1,11 @@
</font> 2011-03-14        Chris Johns <chrisj@rtems.org>
 
<font color='#000088'>+   PR 1757/filesystem
+       * libfs/src/rfs/rtems-rfs-block-pos.h: Fix the bug in equal
+       compare.
+<span style="background-color: #FF0000">       </span>
+2011-03-14     Chris Johns <chrisj@rtems.org>
+
</font>   PR 1763/shell
        * libmisc/shell/hexdump-conv.c: Remove debug hacks.
 

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.4 rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.5
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.4    Mon Mar 14 00:07:18 2011
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h    Mon Mar 14 02:44:33 2011
</font><font color='#997700'>@@ -196,7 +196,7 @@
</font>  * Do the sizes match ?
  */
 #define rtems_rfs_block_size_equal(_lhs, _rhs) \
<font color='#880000'>-  (((_lhs)->count == (_rhs)->count) && ((_lhs)->offset == (_rhs)->count))
</font><font color='#000088'>+  (((_lhs)->count == (_rhs)->count) && ((_lhs)->offset == (_rhs)->offset))
</font> 
 /**
  * Zero a block size.
</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>