summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-25 11:19:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-25 11:19:42 +0000
commit5e042599bfe49a5118036035fbd94cc0700ef21f (patch)
tree1681f0e2eec93625a1c29fc9d3e6322384812c12 /cpukit/ChangeLog
parentStop using old-style function-definitions. (diff)
downloadrtems-5e042599bfe49a5118036035fbd94cc0700ef21f.tar.bz2
2008-08-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/closedir.c, libcsupport/src/getcwd.c, libcsupport/src/mount.c, libcsupport/src/newlibc.c, libcsupport/src/opendir.c, libcsupport/src/readdir.c, libcsupport/src/scandir.c: Stop using old-style function-definitions.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9246a0f58e..8666988ffb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2008-08-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/closedir.c, libcsupport/src/getcwd.c,
+ libcsupport/src/mount.c, libcsupport/src/newlibc.c,
+ libcsupport/src/opendir.c, libcsupport/src/readdir.c,
+ libcsupport/src/scandir.c:
+ Stop using old-style function-definitions.
+
+2008-08-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/src/malloc_boundary.c: Use %zi to print size_t.
* libmisc/capture/capture.c, libmisc/shell/fts.c:
Stop using old-style function-definitions.