summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 02:55:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 02:55:06 +0000
commitdc9e135b5bf63f87af1e0b882f1bd72da7f8dbe9 (patch)
treead93b64c46c2a496e8a2f57ab6b0a1a457ec1da9 /cpukit/ChangeLog
parent2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dc9e135b5bf63f87af1e0b882f1bd72da7f8dbe9.tar.bz2
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/termios_num2baud.c: Include rtems/termiostypes.h. Rename termios_number_to_baud into rtems_number_to_baud.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c1a17af5d8..542b0229d9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/termios_num2baud.c:
+ Include rtems/termiostypes.h.
+ Rename termios_number_to_baud into rtems_number_to_baud.
* libcsupport/src/termios_baud2num.c:
Include rtems/termiostypes.h.
Rename termios_baud_to_number into rtems_termios_baud_to_number.