summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/mdosfs_support/fs_config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/fstests/mdosfs_support/fs_config.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuites/fstests/mdosfs_support/fs_config.h b/testsuites/fstests/mdosfs_support/fs_config.h
index 834e9bc8a2..f48522dd70 100644
--- a/testsuites/fstests/mdosfs_support/fs_config.h
+++ b/testsuites/fstests/mdosfs_support/fs_config.h
@@ -1,5 +1,12 @@
/*
- * $Id$
+ * COPYRIGHT (c) 1989-2011.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id Exp $
*/
#ifndef __MIMFS_SUPPORT_h
@@ -9,12 +16,5 @@
#define FILESYSTEM "MOUNTED DOSFS"
#define BASE_FOR_TEST "/mnt/"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#ifdef __cplusplus
-};
-#endif
#endif