From 9a3c35a942d76b0844d801be0572b4609eb70b56 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 30 Sep 2009 02:51:32 +0000 Subject: =?UTF-8?q?2009-09-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * 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 * libnetworking/lib/tftpDriver.c: Remove vim: meta-tags. -- cgit v1.2.3