From b568ccb7455fa29df50205d5fc13802598ced1d6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Nov 1999 20:20:13 +0000 Subject: The object memfile.o was being included in the miniIMFS even though it should not have been. This required that IMFS_rmnod be split into three separate (per file type) routines to avoid dependencies. In the end, a miniIMFS application is 6K smaller than one using the full IMFS. --- c/src/lib/libc/imfs_handlers_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libc/imfs_handlers_device.c') diff --git a/c/src/lib/libc/imfs_handlers_device.c b/c/src/lib/libc/imfs_handlers_device.c index b6b9c808a0..24b7ffa5bb 100644 --- a/c/src/lib/libc/imfs_handlers_device.c +++ b/c/src/lib/libc/imfs_handlers_device.c @@ -34,5 +34,5 @@ rtems_filesystem_file_handlers_r IMFS_device_handlers = { NULL, /* fsync */ NULL, /* fdatasync */ NULL, /* fcntl */ - IMFS_rmnod + device_rmnod }; -- cgit v1.2.3