summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-17 13:59:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-17 13:59:26 +0000
commitf25425b106e0e36b075d10160795f9141443cf15 (patch)
treefd4a226acbf1c875afb709744b37929388ab8fce /cpukit/ChangeLog
parent2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f25425b106e0e36b075d10160795f9141443cf15.tar.bz2
2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-file-system.c (rtems_rfs_fs_open): Comment out unused vars "group", "group_base".
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 885e9ce8bd..d70339e89b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,6 +1,8 @@
2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
- * libmisc/monitor/mon-editor.c (rtems_monitor_task):
+ * libfs/src/rfs/rtems-rfs-file-system.c (rtems_rfs_fs_open):
+ Comment out unused vars "group", "group_base".
+ * libmisc/monitor/mon-editor.c (rtems_monitor_task):
Comment out unused vars "debugee", "rp", "fp".
* posix/src/alarm.c: Make _POSIX_signals_Alarm_TSR static.
Remove unused var "status".