summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-15 20:59:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-15 20:59:23 +0000
commit8e582082e2a741cb976066c7e7276b1038e8c4f2 (patch)
treeb61f4037e4ed9811f755c214aae15f2ea3d10e83 /cpukit/ChangeLog
parent2009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8e582082e2a741cb976066c7e7276b1038e8c4f2.tar.bz2
2009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/termios_baud2num.c: B134 should return 134 not 135.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b5fb9e6adc..7d6cc88e46 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/src/termios_baud2num.c: B134 should return 134 not 135.
+
2009-08-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/src/malloc_boundary.c: This is currently non-funcitonal.