summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 02:56:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 02:56:20 +0000
commite1233892adb4ba3112f6cbd7a248eb960f6f9002 (patch)
treed6d70fd02ee7a21fcda683e4a650fbb852c97967 /cpukit/ChangeLog
parent2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e1233892adb4ba3112f6cbd7a248eb960f6f9002.tar.bz2
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/termios_setinitialbaud.c: Include rtems/termiostypes.h. Rename termios_set_initial_baud into rtems_termios_set_initial_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 542b0229d9..9ee0c3be4f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/termios_setinitialbaud.c:
+ Include rtems/termiostypes.h.
+ Rename termios_set_initial_baud into rtems_termios_set_initial_baud.
* libcsupport/src/termios_num2baud.c:
Include rtems/termiostypes.h.
Rename termios_number_to_baud into rtems_number_to_baud.