<!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-08)</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>

        * libfs/src/imfs/imfs.h: Fix typo.
</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.2548&r2=text&tr2=1.2549&diff_format=h">M</a></td><td width='1%'>1.2549</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.h.diff?r1=text&tr1=1.47&r2=text&tr2=1.48&diff_format=h">M</a></td><td width='1%'>1.48</td><td width='100%'>cpukit/libfs/src/imfs/imfs.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2548 rtems/cpukit/ChangeLog:1.2549
--- rtems/cpukit/ChangeLog:1.2548       Tue Aug  3 10:56:36 2010
+++ rtems/cpukit/ChangeLog      Sun Aug  8 15:24:59 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-08-08    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * libfs/src/imfs/imfs.h: Fix typo.
+
</font> 2010-08-03        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * libcsupport/src/getegid.c, libcsupport/src/geteuid.c,

<font color='#006600'>diff -u rtems/cpukit/libfs/src/imfs/imfs.h:1.47 rtems/cpukit/libfs/src/imfs/imfs.h:1.48
--- rtems/cpukit/libfs/src/imfs/imfs.h:1.47     Fri Jul 30 17:36:32 2010
+++ rtems/cpukit/libfs/src/imfs/imfs.h  Sun Aug  8 15:25:00 2010
</font><font color='#997700'>@@ -566,7 +566,7 @@
</font> #ifdef RTEMS_DEBUG
   #include <assert.h>
 
<font color='#880000'>-  #define IMFS_assert(_x) assert(_X)
</font><font color='#000088'>+  #define IMFS_assert(_x) assert(_x)
</font> #else
   #define IMFS_assert(_x)
 #endif
</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>