summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-24 14:31:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-24 14:31:26 +0000
commitcd784cb75decf65b8a8802798dce25c2eb51d968 (patch)
tree2c7c2019407e0de19c656c0497adce31efc54c27 /cpukit/ChangeLog
parent2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cd784cb75decf65b8a8802798dce25c2eb51d968.tar.bz2
2008-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1326/cpukit * libi2c/libi2c.c: Use int for return value when negative values possible.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bca3863097..9b55f7dc35 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1326/cpukit
+ * libi2c/libi2c.c: Use int for return value when negative values
+ possible.
+
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/lib/ftpfs.c: Use ssize_t for read retval (Fix