summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-07 16:56:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-07 16:56:40 +0000
commit2e500def7649393d7dafc6420baa65567206cfa2 (patch)
tree40a45a04317909b65a59200a79730879bd14ea7c /cpukit/ChangeLog
parent2008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-2e500def7649393d7dafc6420baa65567206cfa2.tar.bz2
2008-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/ttyname.c: Change third parameter of ttyname to be size_t instead of int.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e74d2267c1..dc0d26d719 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/src/ttyname.c: Change third parameter of ttyname to be
+ size_t instead of int.
+
2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* librpc/src/xdr/xdr_float.c: Add M32C, M32R, and Blackfin.