summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 02:54:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 02:54:01 +0000
commit1e4eeb314e41146a0ec6dbd56894d58ab8918de0 (patch)
treea5765358ce7de11d12e0ca6f285832d17492185f /cpukit/ChangeLog
parent2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1e4eeb314e41146a0ec6dbd56894d58ab8918de0.tar.bz2
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/termios_baud2num.c: Include rtems/termiostypes.h. Rename termios_baud_to_number into rtems_termios_baud_to_number.
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 3e4c9cdb2c..c1a17af5d8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/termios_baud2num.c:
+ Include rtems/termiostypes.h.
+ Rename termios_baud_to_number into rtems_termios_baud_to_number.
* libcsupport/src/termios_baud2index.c:
Include rtems/termiostypes.h.
Rename termios_baud_to_index into rtems_termios_baud_to_index.