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/lib/libc/libio.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'c/src/lib/libc/libio.h') diff --git a/c/src/lib/libc/libio.h b/c/src/lib/libc/libio.h index 6bd626bc5a..1d4a2621d4 100644 --- a/c/src/lib/libc/libio.h +++ b/c/src/lib/libc/libio.h @@ -267,10 +267,6 @@ typedef struct { rtems_filesystem_readlink_t readlink_h; } rtems_filesystem_operations_table; -#define IMFS_FILE_SYSTEM IMFS_ops -extern rtems_filesystem_operations_table IMFS_ops; - - /* * Structure used to determine a location/filesystem in the tree. */ -- cgit v1.2.3