From 2d08be11ddc0194e0b997ed5f82b306e6eed73ee Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 2 Aug 2010 18:24:15 +0000 Subject: 2010-08-02 Joel Sherrill * libcsupport/src/base_fs.c, libcsupport/src/rtems_mkdir.c: Formatting. --- cpukit/libcsupport/src/base_fs.c | 2 -- 1 file changed, 2 deletions(-) (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 e552769577..b5681eda63 100644 --- a/cpukit/libcsupport/src/base_fs.c +++ b/cpukit/libcsupport/src/base_fs.c @@ -48,14 +48,12 @@ void rtems_filesystem_initialize( void ) /* * mount the first filesystem. */ - if ( rtems_filesystem_mount_table_size == 0 ) rtems_fatal_error_occurred( 0xABCD0001 ); mt = &rtems_filesystem_mount_table[0]; status = mount( mt->device, mt->mount_point, mt->type, mt->fsoptions, NULL ); - if ( status == -1 ) rtems_fatal_error_occurred( 0xABCD0002 ); -- cgit v1.2.3