summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:14:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:14:20 +0000
commit6a14d440bcb07f7832d741b89249dc4fdaaf65a9 (patch)
tree8c82569dfada68a0bb7cd81166e82c04a20ded62 /cpukit/ChangeLog
parent2008-09-17 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-6a14d440bcb07f7832d741b89249dc4fdaaf65a9.tar.bz2
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/devfs/devclose.c, libfs/src/devfs/devfs_init.c, libfs/src/devfs/devfs_show.c, libfs/src/devfs/devioctl.c, libfs/src/devfs/devopen.c, libfs/src/devfs/devread.c, libfs/src/devfs/devwrite.c: Fix warnings.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index fff546a519..929f5d3056 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libfs/src/devfs/devclose.c, libfs/src/devfs/devfs_init.c,
+ libfs/src/devfs/devfs_show.c, libfs/src/devfs/devioctl.c,
+ libfs/src/devfs/devopen.c, libfs/src/devfs/devread.c,
+ libfs/src/devfs/devwrite.c: Fix warnings.
+
+2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/free.c, libcsupport/src/malloc.c,
libcsupport/src/malloc_initialize.c, libcsupport/src/malloc_p.h,
libcsupport/src/malloc_sbrk_helpers.c,