change log for rtems (2011-01-30)
rtems-vc at rtems.org
rtems-vc at rtems.org
Sun Jan 30 18:10:15 UTC 2011
*ralf* (on branch rtems-4-10-branch):
2011-01-30 Ralf Corsépius <ralf.corsepius at rtems.org>
* mongoosev/duart/mg5uart.c: Fix type mismatch.
M 1.100 c/src/lib/libcpu/mips/ChangeLog
M 1.99.2.1 c/src/lib/libcpu/mips/ChangeLog
M 1.14 c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c
M 1.13.2.1 c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c
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
@@ -1,3 +1,7 @@
+2011-01-30 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * mongoosev/duart/mg5uart.c: Fix type mismatch.
+
2010-05-28 Ralf Corsépius <ralf.corsepius at rtems.org>
* au1x00/include/au1x00.h: Add prototypes for
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
@@ -1,3 +1,7 @@
+2011-01-30 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * mongoosev/duart/mg5uart.c: Fix type mismatch.
+
2010-05-28 Ralf Corsépius <ralf.corsepius at rtems.org>
* au1x00/include/au1x00.h: Add prototypes for
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
@@ -633,7 +633,7 @@
MG5UART_STATIC int mg5uart_write_support_int(
int minor,
const char *buf,
- int len
+ size_t len
)
{
uint32_t Irql;
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
@@ -633,7 +633,7 @@
MG5UART_STATIC int mg5uart_write_support_int(
int minor,
const char *buf,
- int len
+ size_t len
)
{
uint32_t Irql;
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110130/256f39b5/attachment.html>
More information about the vc
mailing list