summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-15 22:16:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-15 22:16:30 +0000
commit937ab62c3070f76e26c14d25d705d9167136f26c (patch)
treed5532e9be310b60248b83b91548a511c781204d3 /cpukit/libcsupport/include
parentRegenerated. (diff)
downloadrtems-937ab62c3070f76e26c14d25d705d9167136f26c.tar.bz2
After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface to
mount() was changed to avoid the use of a string as the options.
Diffstat (limited to 'cpukit/libcsupport/include')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index e3b0e5316e..653d247742 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -562,7 +562,7 @@ int unmount(
int mount(
rtems_filesystem_mount_table_entry_t **mt_entry,
rtems_filesystem_operations_table *fs_ops,
- char *fsoptions,
+ rtems_filesystem_options_t fsoptions,
char *device,
char *mount_point
);