summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-24 13:06:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-24 13:06:24 +0000
commitb15fb6e065f9f61bf60320d35b1df8d10027f65c (patch)
tree343867947774d35c9171e656326781cf73a68f8d /cpukit/ChangeLog
parent2010-09-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b15fb6e065f9f61bf60320d35b1df8d10027f65c.tar.bz2
2010-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/untar/untar.c: Return if open fails. Use ssize_t for read() return value.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5c02350a51..2a9b77a898 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,11 +1,13 @@
-2010-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
+2010-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libmisc/untar/untar.c: Return if open fails.
+ Use ssize_t for read() return value.
* posix/src/aio_cancel.c: Spray pthread_mutex_unlocks.
* posix/src/aio_read.c: aio_nbytes is always >= 0.
* posix/src/aio_write.c: aio_nbytes is always >= 0.
Fix typo in comment.
-2010-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
+2010-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/sys/utsname.h: Remove times().
Remove unnecessary includes.