<!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-09-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>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-14 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * spnsext01/init.c: Use correct API.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/ChangeLog.diff?r1=text&tr1=1.483&r2=text&tr2=1.484&diff_format=h">M</a></td><td width='1%'>1.484</td><td width='100%'>testsuites/sptests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/spnsext01/init.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/sptests/spnsext01/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/sptests/ChangeLog:1.483 rtems/testsuites/sptests/ChangeLog:1.484
--- rtems/testsuites/sptests/ChangeLog:1.483    Sun Sep 11 15:57:15 2011
+++ rtems/testsuites/sptests/ChangeLog  Wed Sep 14 08:02:33 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-09-14    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * spnsext01/init.c: Use correct API.
+
</font> 2011-09-11        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * spedfsched01/Makefile.am, spedfsched02/Makefile.am,

<font color='#006600'>diff -u rtems/testsuites/sptests/spnsext01/init.c:1.1 rtems/testsuites/sptests/spnsext01/init.c:1.2
--- rtems/testsuites/sptests/spnsext01/init.c:1.1       Fri May  6 02:08:04 2011
+++ rtems/testsuites/sptests/spnsext01/init.c   Wed Sep 14 08:02:33 2011
</font><font color='#997700'>@@ -46,7 +46,7 @@
</font>     ++n;
     sc = rtems_clock_get_uptime(&new_uptime);
     rtems_test_assert(sc == RTEMS_SUCCESSFUL);
<font color='#880000'>-    rtems_test_assert(!_Timestamp_Less_than(&new_uptime, &uptime));
</font><font color='#000088'>+    rtems_test_assert(!_Timespec_Less_than(&new_uptime, &uptime));
</font>     uptime = new_uptime;
   }
 
<font color='#997700'>@@ -61,7 +61,7 @@
</font> 
     sc = rtems_clock_get_uptime(&new_uptime);
     rtems_test_assert(sc == RTEMS_SUCCESSFUL);
<font color='#880000'>-    rtems_test_assert(!_Timestamp_Less_than(&new_uptime, &uptime));
</font><font color='#000088'>+    rtems_test_assert(!_Timespec_Less_than(&new_uptime, &uptime));
</font>     uptime = new_uptime;
   }
   rtems_interrupt_enable(level);
</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>