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

        * libfs/src/pipe/fifo.c: Remove unused variable to fix warning.
        * libnetworking/rtems/mkrootfs.c: Add include to fix warning.
        * rtems/src/tasksetpriority.c: Fix spacing.
</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.2373&r2=text&tr2=1.2374&diff_format=h">M</a></td><td width='1%'>1.2374</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/pipe/fifo.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>cpukit/libfs/src/pipe/fifo.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libnetworking/rtems/mkrootfs.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>cpukit/libnetworking/rtems/mkrootfs.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/rtems/src/tasksetpriority.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&diff_format=h">M</a></td><td width='1%'>1.12</td><td width='100%'>cpukit/rtems/src/tasksetpriority.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2373 rtems/cpukit/ChangeLog:1.2374
--- rtems/cpukit/ChangeLog:1.2373       Sat Jun 12 01:40:37 2010
+++ rtems/cpukit/ChangeLog      Sat Jun 12 12:55:13 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-06-12    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * libfs/src/pipe/fifo.c: Remove unused variable to fix warning.
+       * libnetworking/rtems/mkrootfs.c: Add include to fix warning.
+       * rtems/src/tasksetpriority.c: Fix spacing.
+
</font> 2010-06-12        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * rtems/inline/rtems/rtems/status.inl: Fix broken doxygen comment.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/pipe/fifo.c:1.5 rtems/cpukit/libfs/src/pipe/fifo.c:1.6
--- rtems/cpukit/libfs/src/pipe/fifo.c:1.5      Tue Jun  8 05:25:45 2010
+++ rtems/cpukit/libfs/src/pipe/fifo.c  Sat Jun 12 12:55:13 2010
</font><font color='#997700'>@@ -247,8 +247,6 @@
</font>   pipe_control_t *pipe = *pipep;
   uint32_t mode;
 
<font color='#880000'>-  rtems_status_code sc;
-
</font>   if (pipe_lock())
     /* WARN pipe not freed and pipep not set to NULL! */
     /* FIXME */

<font color='#006600'>diff -u rtems/cpukit/libnetworking/rtems/mkrootfs.c:1.12 rtems/cpukit/libnetworking/rtems/mkrootfs.c:1.13
--- rtems/cpukit/libnetworking/rtems/mkrootfs.c:1.12    Tue Jun  8 07:59:51 2010
+++ rtems/cpukit/libnetworking/rtems/mkrootfs.c Sat Jun 12 12:55:13 2010
</font><font color='#997700'>@@ -41,6 +41,7 @@
</font> #include <arpa/inet.h>
 
 #include <rtems/mkrootfs.h>
<font color='#000088'>+#include <rtems/libio.h>
</font> 
 /*
  * A table a list of names and their modes.

<font color='#006600'>diff -u rtems/cpukit/rtems/src/tasksetpriority.c:1.11 rtems/cpukit/rtems/src/tasksetpriority.c:1.12
--- rtems/cpukit/rtems/src/tasksetpriority.c:1.11       Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/tasksetpriority.c    Sat Jun 12 12:55:13 2010
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> )
 {
   register Thread_Control *the_thread;
<font color='#880000'>-  Objects_Locations               location;
</font><font color='#000088'>+  Objects_Locations        location;
</font> 
   if ( new_priority != RTEMS_CURRENT_PRIORITY &&
        !_RTEMS_tasks_Priority_is_valid( new_priority ) )
</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>