From 7b0001f79554baacc7ae8470ec137d09ddb71cb1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 25 Oct 2000 16:56:11 +0000 Subject: 2000-10-24 Joel Sherrill * 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. --- c/src/exec/libcsupport/src/mount.c | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'c/src/exec/libcsupport/src/mount.c') diff --git a/c/src/exec/libcsupport/src/mount.c b/c/src/exec/libcsupport/src/mount.c index f5861099f6..253735b9fc 100644 --- a/c/src/exec/libcsupport/src/mount.c +++ b/c/src/exec/libcsupport/src/mount.c @@ -31,28 +31,8 @@ Chain_Control rtems_filesystem_mount_table_control; -#include "imfs.h" - -/* XXX this structure should be in an IMFS specific file */ -/* XXX this structure should use real constants */ - -rtems_filesystem_limits_and_options_t IMFS_LIMITS_AND_OPTIONS = { - 5, /* link_max */ - 6, /* max_canon */ - 7, /* max_input */ - IMFS_NAME_MAX, /* name_max */ - 255, /* path_max */ - 2, /* pipe_buf */ - 1, /* posix_async_io */ - 2, /* posix_chown_restrictions */ - 3, /* posix_no_trunc */ - 4, /* posix_prio_io */ - 5, /* posix_sync_io */ - 6 /* posix_vdisable */ -}; - /* - * XXX + * Prototypes that probably should be somewhere else. */ int search_mt_for_mount_point( -- cgit v1.2.3