From f3333d1700678b513bb5df8800069e520d9934ea Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 22 Jun 2006 22:27:24 +0000 Subject: [PATCH] PR 1101/rtems * libcsupport/src/base_fs.c: Remove extra endif. --- cpukit/ChangeLog | 3 +++ cpukit/libcsupport/src/base_fs.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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 }