summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-11 07:57:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-11 07:57:46 +0000
commit764d531b3b30727c216222bbb71bf28cbe4f8652 (patch)
treeb6346c1f830258a97cb125c6bd3d26dbfd981a73 /cpukit/ChangeLog
parent2011-10-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-764d531b3b30727c216222bbb71bf28cbe4f8652.tar.bz2
2011-10-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/termios.c, libcsupport/include/rtems/termiostypes.h (rtems_termios_puts): Use size_t for buffer size.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b94f81c020..6811c89ace 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-11 Ralf Corsépius <ralf.corsepius@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@rtems.org>
* libfs/src/devfs/devfs_mknod.c: Remove const cast.