summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/base_fs.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 16:56:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 16:56:11 +0000
commit7b0001f79554baacc7ae8470ec137d09ddb71cb1 (patch)
tree6ea3436b3324803d3301a34eaab856c4a8faff8b /c/src/exec/libcsupport/src/base_fs.c
parent2000-10-24 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7b0001f79554baacc7ae8470ec137d09ddb71cb1.tar.bz2
2000-10-24 Joel Sherrill <joel@OARcorp.com>
* libc/ioman.c: Moved to libfs. * libc/Makefile.am: Removed ioman.c as part of moving it to libfs. * libc/base_fs.c: Removed include of imfs.h and reworded comment to avoid being IMFS specific. * libc/libio.h: Removed prototype of IMFS_ops since it should not be in this file. * libc/mount.c: Removed IMFS specific configuration information. * libc/unmount.c: Removed include of imfs.h and reworded comment to avoid being IMFS specific.
Diffstat (limited to 'c/src/exec/libcsupport/src/base_fs.c')
-rw-r--r--c/src/exec/libcsupport/src/base_fs.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/c/src/exec/libcsupport/src/base_fs.c b/c/src/exec/libcsupport/src/base_fs.c
index 3ea1abd7aa..fb932b542d 100644
--- a/c/src/exec/libcsupport/src/base_fs.c
+++ b/c/src/exec/libcsupport/src/base_fs.c
@@ -13,7 +13,6 @@
#include <rtems.h>
#include <rtems/libio.h>
-#include "imfs.h"
#include "libio_.h"
/*
@@ -33,8 +32,10 @@ mode_t rtems_filesystem_umask;
/*
* rtems_filesystem_initialize
*
- * Initialize the foundation of the file system with one instantiation
- * of the IMFS with a single "/dev" directory in it.
+ * Initialize the foundation of the file system. This is specified
+ * by the structure rtems_filesystem_mount_table. The usual
+ * configuration is a single instantiation of the IMFS or miniIMFS with
+ * a single "/dev" directory in it.
*/
void rtems_filesystem_initialize( void )