From 94b357c2b31be20b51784dc6f2ae837d58777cbd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Nov 1999 21:10:54 +0000 Subject: Unmount was failing as a side-effect of splitting the rmnod handler and not handling every case properly. --- 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 24b7ffa5bb..b6b9c808a0 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 */ - device_rmnod + IMFS_rmnod }; -- cgit v1.2.3