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

        * timer/timer.c: Include <bsp.h> before <rtems/btimer.h>.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog.diff?r1=text&tr1=1.129&r2=text&tr2=1.130&diff_format=h">M</a></td><td width='1%'>1.130</td><td width='100%'>c/src/lib/libbsp/m68k/mrm332/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/m68k/mrm332/timer/timer.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%'>c/src/lib/libbsp/m68k/mrm332/timer/timer.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog:1.129 rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog:1.130
--- rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog:1.129  Fri Feb 11 06:32:23 2011
+++ rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog        Mon Feb 21 11:41:10 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-21    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * timer/timer.c: Include <bsp.h> before <rtems/btimer.h>.
+
</font> 2011-02-11        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * include/bsp.h, include/mrm332.h, spurious/spinit.c:

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/m68k/mrm332/timer/timer.c:1.12 rtems/c/src/lib/libbsp/m68k/mrm332/timer/timer.c:1.13
--- rtems/c/src/lib/libbsp/m68k/mrm332/timer/timer.c:1.12       Wed Feb  9 06:10:04 2011
+++ rtems/c/src/lib/libbsp/m68k/mrm332/timer/timer.c    Mon Feb 21 11:41:10 2011
</font><font color='#997700'>@@ -9,8 +9,8 @@
</font>  *  $Id$
  */
 
<font color='#880000'>-#include <rtems/btimer.h>
</font> #include <bsp.h>
<font color='#000088'>+#include <rtems/btimer.h>
</font> 
 bool benchmark_timer_find_average_overhead;
 
</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>