<!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-01-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>ralf</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>

        * mongoosev/duart/mg5uart.c: Fix type mismatch.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/mips/ChangeLog.diff?r1=text&tr1=1.99&r2=text&tr2=1.100&diff_format=h">M</a></td><td width='1%'>1.100</td><td width='100%'>c/src/lib/libcpu/mips/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/mips/ChangeLog.diff?r1=text&tr1=1.99&r2=text&tr2=1.99.2.1&diff_format=h">M</a></td><td width='1%'>1.99.2.1</td><td width='100%'>c/src/lib/libcpu/mips/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.13.2.1&diff_format=h">M</a></td><td width='1%'>1.13.2.1</td><td width='100%'>c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/mips/ChangeLog:1.99 rtems/c/src/lib/libcpu/mips/ChangeLog:1.100
--- rtems/c/src/lib/libcpu/mips/ChangeLog:1.99  Fri May 28 01:09:35 2010
+++ rtems/c/src/lib/libcpu/mips/ChangeLog       Sun Jan 30 11:42:26 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-01-30    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * mongoosev/duart/mg5uart.c: Fix type mismatch.
+
</font> 2010-05-28        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * au1x00/include/au1x00.h: Add prototypes for

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/mips/ChangeLog:1.99 rtems/c/src/lib/libcpu/mips/ChangeLog:1.99.2.1
--- rtems/c/src/lib/libcpu/mips/ChangeLog:1.99  Fri May 28 01:09:35 2010
+++ rtems/c/src/lib/libcpu/mips/ChangeLog       Sun Jan 30 11:42:30 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-01-30    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * mongoosev/duart/mg5uart.c: Fix type mismatch.
+
</font> 2010-05-28        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * au1x00/include/au1x00.h: Add prototypes for

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c:1.13 rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c:1.14
--- rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c:1.13  Wed Apr 28 13:59:33 2010
+++ rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c       Sun Jan 30 11:42:26 2011
</font><font color='#997700'>@@ -633,7 +633,7 @@
</font> MG5UART_STATIC int mg5uart_write_support_int(
   int         minor,
   const char *buf,
<font color='#880000'>-  int         len
</font><font color='#000088'>+  size_t      len
</font> )
 {
   uint32_t        Irql;

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c:1.13 rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c:1.13.2.1
--- rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c:1.13  Wed Apr 28 13:59:33 2010
+++ rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c       Sun Jan 30 11:42:30 2011
</font><font color='#997700'>@@ -633,7 +633,7 @@
</font> MG5UART_STATIC int mg5uart_write_support_int(
   int         minor,
   const char *buf,
<font color='#880000'>-  int         len
</font><font color='#000088'>+  size_t      len
</font> )
 {
   uint32_t        Irql;
</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>