<!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-30)</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-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * umon/tfsDriver.c: Remove extra brace.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/ChangeLog.diff?r1=text&tr1=1.174&r2=text&tr2=1.175&diff_format=h">M</a></td><td width='1%'>1.175</td><td width='100%'>c/src/lib/libbsp/shared/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/umon/tfsDriver.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%'>c/src/lib/libbsp/shared/umon/tfsDriver.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/ChangeLog:1.174 rtems/c/src/lib/libbsp/shared/ChangeLog:1.175
--- rtems/c/src/lib/libbsp/shared/ChangeLog:1.174       Wed Jun 30 09:01:16 2010
+++ rtems/c/src/lib/libbsp/shared/ChangeLog     Wed Jun 30 09:32:36 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-06-30    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * umon/tfsDriver.c: Remove extra brace.
+
</font> 2010-06-30        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        * umon/tfsDriver.c: Corrected filesystem mknod entry to call the

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/umon/tfsDriver.c:1.7 rtems/c/src/lib/libbsp/shared/umon/tfsDriver.c:1.8
--- rtems/c/src/lib/libbsp/shared/umon/tfsDriver.c:1.7  Wed Jun 30 09:01:17 2010
+++ rtems/c/src/lib/libbsp/shared/umon/tfsDriver.c      Wed Jun 30 09:32:36 2010
</font><font color='#997700'>@@ -716,9 +716,8 @@
</font>   rtems_filesystem_default_evaluate_link, /* evaluate_link */
   rtems_filesystem_default_symlink,       /* symlink */
   rtems_filesystem_default_readlink,      /* readlin */
<font color='#880000'>-  rtems_filesystem_default_rename,
-  rtems_filesystem_default_statvfs<span style="background-color: #FF0000"> </span>
-}
</font><font color='#000088'>+  rtems_filesystem_default_rename,        /* rename */
+  rtems_filesystem_default_statvfs        /* statvfs */
</font> };
 
 rtems_filesystem_file_handlers_r rtems_tfs_handlers = {
</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * psximfs01/init.c: Fix warning introduced.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/ChangeLog.diff?r1=text&tr1=1.276&r2=text&tr2=1.277&diff_format=h">M</a></td><td width='1%'>1.277</td><td width='100%'>testsuites/psxtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psximfs01/init.c.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%'>testsuites/psxtests/psximfs01/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.276 rtems/testsuites/psxtests/ChangeLog:1.277
--- rtems/testsuites/psxtests/ChangeLog:1.276   Wed Jun 30 08:54:15 2010
+++ rtems/testsuites/psxtests/ChangeLog Wed Jun 30 09:41:56 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-06-30    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * psximfs01/init.c: Fix warning introduced.
+
</font> 2010-06-30        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        PR 1595/tests

<font color='#006600'>diff -u rtems/testsuites/psxtests/psximfs01/init.c:1.2 rtems/testsuites/psxtests/psximfs01/init.c:1.3
--- rtems/testsuites/psxtests/psximfs01/init.c:1.2      Wed Jun 30 08:54:15 2010
+++ rtems/testsuites/psxtests/psximfs01/init.c  Wed Jun 30 09:41:56 2010
</font><font color='#997700'>@@ -97,7 +97,7 @@
</font>     }
     fprintf(
       stderr,
<font color='#880000'>-      "ERROR - at offset %zd - returned %zd and error=%s\n",
</font><font color='#000088'>+      "ERROR - at offset %d - returned %zd and error=%s\n",
</font>       i,
       sc,
       strerror( errno )
</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>