summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 02:51:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 02:51:32 +0000
commit9a3c35a942d76b0844d801be0572b4609eb70b56 (patch)
tree7c625cf7796a8e907dd11636f5110cef7b274a42 /cpukit/ChangeLog
parent2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9a3c35a942d76b0844d801be0572b4609eb70b56.tar.bz2
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/termiostypes.h: Include stdlib.h. Add rtems_termios_baud_t. Rename termios_number_to_baud into rtems_termios_number_to_baud, termios_baud_to_number into rtems_termios_baud_to_number, termios_baud_to_index into rtems_termios_baud_to_index.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f3f89107c2..48f3e44841 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libcsupport/include/rtems/termiostypes.h: Include stdlib.h.
+ Add rtems_termios_baud_t.
+ Rename termios_number_to_baud into rtems_termios_number_to_baud,
+ termios_baud_to_number into rtems_termios_baud_to_number,
+ termios_baud_to_index into rtems_termios_baud_to_index.
+
2009-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/lib/tftpDriver.c: Remove vim: meta-tags.