<!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-08-13)</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>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-08-13      Chris Johns <chrisj@rtems.org>

        * libfs/src/imfs/imfs_eval.c: Add the missing ';' for the debug
        case.
</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.2562&r2=text&tr2=1.2563&diff_format=h">M</a></td><td width='1%'>1.2563</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/imfs/imfs_eval.c.diff?r1=text&tr1=1.29&r2=text&tr2=1.30&diff_format=h">M</a></td><td width='1%'>1.30</td><td width='100%'>cpukit/libfs/src/imfs/imfs_eval.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2562 rtems/cpukit/ChangeLog:1.2563
--- rtems/cpukit/ChangeLog:1.2562       Wed Aug 11 07:17:49 2010
+++ rtems/cpukit/ChangeLog      Thu Aug 12 23:49:30 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-08-13    Chris Johns <chrisj@rtems.org>
+
+       * libfs/src/imfs/imfs_eval.c: Add the missing ';' for the debug
+       case.
+
</font> 2010-08-11        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * sapi/include/confdefs.h: Include <rtems.h> to resolve all

<font color='#006600'>diff -u rtems/cpukit/libfs/src/imfs/imfs_eval.c:1.29 rtems/cpukit/libfs/src/imfs/imfs_eval.c:1.30
--- rtems/cpukit/libfs/src/imfs/imfs_eval.c:1.29        Mon Aug  2 13:27:23 2010
+++ rtems/cpukit/libfs/src/imfs/imfs_eval.c     Thu Aug 12 23:49:31 2010
</font><font color='#997700'>@@ -173,8 +173,8 @@
</font>   /*
    * Check for things that should never happen.
    */
<font color='#880000'>-  IMFS_assert( jnode->type == IMFS_SYM_LINK )
-  IMFS_assert( jnode->Parent )
</font><font color='#000088'>+  IMFS_assert( jnode->type == IMFS_SYM_LINK );
+  IMFS_assert( jnode->Parent );
</font> 
   /*
    * Move the node_access to either the symbolic links parent or
</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>