change log for rtems (2011-10-11)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Oct 11 08:12:10 UTC 2011


 *ralf*:
2011-10-11	Ralf Corsépius <ralf.corsepius at rtems.org>

	* libcsupport/src/termios.c,
	libcsupport/include/rtems/termiostypes.h (rtems_termios_puts):
	Use size_t for buffer size.

M 1.2944  cpukit/ChangeLog
M   1.15  cpukit/libcsupport/include/rtems/termiostypes.h
M   1.67  cpukit/libcsupport/src/termios.c

diff -u rtems/cpukit/ChangeLog:1.2943 rtems/cpukit/ChangeLog:1.2944
--- rtems/cpukit/ChangeLog:1.2943	Mon Oct 10 02:11:25 2011
+++ rtems/cpukit/ChangeLog	Tue Oct 11 02:57:45 2011
@@ -1,3 +1,9 @@
+2011-10-11	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* libcsupport/src/termios.c,
+	libcsupport/include/rtems/termiostypes.h (rtems_termios_puts):
+	Use size_t for buffer size.
+
 2011-10-10	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* libfs/src/devfs/devfs_mknod.c: Remove const cast.

diff -u rtems/cpukit/libcsupport/include/rtems/termiostypes.h:1.14 rtems/cpukit/libcsupport/include/rtems/termiostypes.h:1.15
--- rtems/cpukit/libcsupport/include/rtems/termiostypes.h:1.14	Fri Jun 24 12:52:55 2011
+++ rtems/cpukit/libcsupport/include/rtems/termiostypes.h	Tue Oct 11 02:57:46 2011
@@ -164,7 +164,7 @@
  */
 void rtems_termios_puts (
   const void               *buf,
-  int                       len,
+  size_t                    len,
   struct rtems_termios_tty *tty
 );
 

diff -u rtems/cpukit/libcsupport/src/termios.c:1.66 rtems/cpukit/libcsupport/src/termios.c:1.67
--- rtems/cpukit/libcsupport/src/termios.c:1.66	Sun Oct  9 22:47:56 2011
+++ rtems/cpukit/libcsupport/src/termios.c	Tue Oct 11 02:57:45 2011
@@ -628,7 +628,7 @@
  */
 void
 rtems_termios_puts (
-  const void *_buf, int len, struct rtems_termios_tty *tty)
+  const void *_buf, size_t len, struct rtems_termios_tty *tty)
 {
   const unsigned char *buf = _buf;
   unsigned int newHead;



--

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/20111011/f039c750/attachment.html>


More information about the vc mailing list