summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/mount-mgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/mount-mgr.c')
-rw-r--r--cpukit/libcsupport/src/mount-mgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/mount-mgr.c b/cpukit/libcsupport/src/mount-mgr.c
index 74e3c93333..68180a699d 100644
--- a/cpukit/libcsupport/src/mount-mgr.c
+++ b/cpukit/libcsupport/src/mount-mgr.c
@@ -65,7 +65,7 @@ rtems_filesystem_table_first(
*/
const rtems_filesystem_table_t*
rtems_filesystem_table_next(
- rtems_filesystem_table_t *entry
+ const rtems_filesystem_table_t *entry
)
{
const rtems_filesystem_table_t* fs;