forked from Imagelibrary/rtems
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:
@@ -1,5 +1,7 @@
|
||||
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,
|
||||
fspermission/test.c, fsrdwr/init.c, fssymlink/test.c,
|
||||
fstime/test.c, support/fstest_support.c, support/ramdisk_support.c:
|
||||
|
||||
@@ -8,11 +8,8 @@
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include "pmacros.h"
|
||||
|
||||
#include "pmacros.h"
|
||||
#include "fs_config.h"
|
||||
|
||||
void test_initialize_filesystem(void)
|
||||
|
||||
@@ -12,10 +12,6 @@
|
||||
#ifndef __FSTEST_H
|
||||
#define __FSTEST_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "pmacros.h"
|
||||
|
||||
#define TIME_PRECISION (2)
|
||||
@@ -59,5 +55,3 @@
|
||||
|
||||
#define BASE_FOR_TEST "/mnt"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -11,10 +11,6 @@
|
||||
#ifndef __RAMDISK_SUPPORT_H
|
||||
#define __RAMDISK_SUPPORT_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#define RAMDISK_BLOCK_SIZE (512)
|
||||
#define RAMDISK_BLOCK_COUNT (1024)
|
||||
#define RAMDISK_PATH "/dev/ramdisk"
|
||||
|
||||
Reference in New Issue
Block a user