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

* 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:
	Add config-header support.
This commit is contained in:
Ralf Corsepius
2011-09-07 07:42:12 +00:00
parent 88e2a3623c
commit d9578055d8
10 changed files with 44 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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:
Add config-header support.
* support/fstest.h: Include "pmacros.h".
* fserror/fserror.doc, fserror/test.c, fslink/fslink.doc,
fslink/test.c, fspatheval/patheval.doc, fspatheval/test.c,

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/stat.h>
#include <limits.h>
#include <fcntl.h>

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <unistd.h>
#include <fcntl.h>
#include <limits.h>

View File

@@ -8,6 +8,11 @@
*
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>

View File

@@ -10,6 +10,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>

View File

@@ -8,6 +8,11 @@
*
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/stat.h>
#include <string.h>
#include <stdlib.h>

View File

@@ -10,6 +10,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>

View File

@@ -10,6 +10,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/stat.h>
#include <limits.h>
#include <fcntl.h>

View File

@@ -8,6 +8,11 @@
*
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>

View File

@@ -8,6 +8,11 @@
*
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/ramdisk.h>
#include <rtems/blkdev.h>
#include <rtems/libio.h>