2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>

* imfs_support/fs_supprot.h, support/fstest.h,
	support/ramdisk_support.h: Don't include config.h.
This commit is contained in:
Ralf Corsepius
2011-09-07 07:43:15 +00:00
parent d9578055d8
commit e5b2ed7a5d
4 changed files with 3 additions and 14 deletions

View File

@@ -1,5 +1,7 @@
2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org> 2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* imfs_support/fs_supprot.h, support/fstest.h,
support/ramdisk_support.h: Don't include config.h.
* fserror/test.c, fslink/test.c, fspatheval/test.c, * fserror/test.c, fslink/test.c, fspatheval/test.c,
fspermission/test.c, fsrdwr/init.c, fssymlink/test.c, fspermission/test.c, fsrdwr/init.c, fssymlink/test.c,
fstime/test.c, support/fstest_support.c, support/ramdisk_support.c: fstime/test.c, support/fstest_support.c, support/ramdisk_support.c:

View File

@@ -8,11 +8,8 @@
* *
* $Id$ * $Id$
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "pmacros.h"
#include "pmacros.h"
#include "fs_config.h" #include "fs_config.h"
void test_initialize_filesystem(void) void test_initialize_filesystem(void)

View File

@@ -12,10 +12,6 @@
#ifndef __FSTEST_H #ifndef __FSTEST_H
#define __FSTEST_H #define __FSTEST_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "pmacros.h" #include "pmacros.h"
#define TIME_PRECISION (2) #define TIME_PRECISION (2)
@@ -59,5 +55,3 @@
#define BASE_FOR_TEST "/mnt" #define BASE_FOR_TEST "/mnt"
#endif #endif

View File

@@ -11,10 +11,6 @@
#ifndef __RAMDISK_SUPPORT_H #ifndef __RAMDISK_SUPPORT_H
#define __RAMDISK_SUPPORT_H #define __RAMDISK_SUPPORT_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define RAMDISK_BLOCK_SIZE (512) #define RAMDISK_BLOCK_SIZE (512)
#define RAMDISK_BLOCK_COUNT (1024) #define RAMDISK_BLOCK_COUNT (1024)
#define RAMDISK_PATH "/dev/ramdisk" #define RAMDISK_PATH "/dev/ramdisk"