forked from Imagelibrary/rtems
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/base_fs.c: Eliminate RTEMS_UNIX.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libcsupport/src/base_fs.c: Eliminate RTEMS_UNIX.
|
||||
* libcsupport/src/stat.c: Eliminate RTEMS_UNIX.
|
||||
* libmisc/monitor/mon-editor.c: Eliminate RTEMS_UNIX.
|
||||
* libcsupport/include/rtems/libcsupport.h: Remove RTEMS_UNIX, hpux.
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
|
||||
void rtems_filesystem_initialize( void )
|
||||
{
|
||||
#if !defined(RTEMS_UNIX)
|
||||
int status;
|
||||
rtems_filesystem_mount_table_entry_t *entry;
|
||||
const rtems_filesystem_mount_table_t *mt;
|
||||
@@ -120,6 +119,4 @@ void rtems_filesystem_initialize( void )
|
||||
* before device drivers are initialized. So we return via a base
|
||||
* filesystem image and nothing auto-mounted at this point.
|
||||
*/
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user