summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-02 17:25:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-02 17:25:31 +0000
commit03f407b297e503533e49e7d9b60ed53689f1cafa (patch)
treed2cf3dc8162eae563196b4716d12e06c50cb64c8 /cpukit/ChangeLog
parent2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-03f407b297e503533e49e7d9b60ed53689f1cafa.tar.bz2
2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-rtems-dev.c: Remove duplicate prototype of rtems_deviceio_errno. Include <rtems/devfs.h> for rtems_deviceio_errno().
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 b5883ac8c1..1892cb7652 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,4 +1,10 @@
2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libfs/src/rfs/rtems-rfs-rtems-dev.c:
+ Remove duplicate prototype of rtems_deviceio_errno.
+ Include <rtems/devfs.h> for rtems_deviceio_errno().
+
+2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/rbtreeextract.c:
Make _RBTree_Extract_validate_unprotected static.