From 937ab62c3070f76e26c14d25d705d9167136f26c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Jun 1999 22:16:30 +0000 Subject: After comments D. V. Henkel-Wallace , the interface to mount() was changed to avoid the use of a string as the options. --- cpukit/libcsupport/src/base_fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/base_fs.c') diff --git a/cpukit/libcsupport/src/base_fs.c b/cpukit/libcsupport/src/base_fs.c index a3bb196482..e5f53c042b 100644 --- a/cpukit/libcsupport/src/base_fs.c +++ b/cpukit/libcsupport/src/base_fs.c @@ -55,7 +55,7 @@ void rtems_filesystem_initialize( void ) status = mount( &first_entry, &IMFS_ops, - "RW", + RTEMS_FILESYSTEM_READ_WRITE, NULL, NULL ); if( status == -1 ){ -- cgit v1.2.3