diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index bd15642ab7..3e72654522 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,6 @@ + PR 1101/rtems + * libcsupport/src/base_fs.c: Remove extra endif. + 2006-06-22 Joel Sherrill PR 1101/rtems diff --git a/cpukit/libcsupport/src/base_fs.c b/cpukit/libcsupport/src/base_fs.c index d8e2821c46..e5ddb24494 100644 --- a/cpukit/libcsupport/src/base_fs.c +++ b/cpukit/libcsupport/src/base_fs.c @@ -128,6 +128,5 @@ void rtems_filesystem_initialize( void ) * filesystem image and nothing auto-mounted at this point. */ -#endif #endif }