change log for rtems (2011-09-07)
rtems-vc at rtems.org
rtems-vc at rtems.org
Wed Sep 7 08:11:14 UTC 2011
*ralf*:
2011-09-07 Ralf Corsépius <ralf.corsepius at rtems.org>
* fserror/fserror.doc, fserror/test.c, fslink/fslink.doc,
fslink/test.c, fspatheval/patheval.doc, fspatheval/test.c,
fspermission/fspermission.doc, fspermission/test.c,
fsrdwr/fsrdwr.doc, fsrdwr/init.c, fssymlink/fssymlink.doc,
fssymlink/test.c, fstime/fstime.doc, fstime/test.c,
imfs_support/fs_config.h, imfs_support/fs_support.c,
imfs_support/fs_supprot.h, mdosfs_support/fs_config.h,
mdosfs_support/fs_support.c, mimfs_support/fs_config.h,
mimfs_support/fs_support.c, mrfs_support/fs_config.h,
mrfs_support/fs_support.c, support/fstest.h,
support/fstest_support.c, support/fstest_support.h,
support/ramdisk_support.c, support/ramdisk_support.h:
Fix CVS-Ids.
M 1.7 testsuites/fstests/ChangeLog
M 1.2 testsuites/fstests/fserror/fserror.doc
M 1.3 testsuites/fstests/fserror/test.c
M 1.3 testsuites/fstests/fslink/fslink.doc
M 1.4 testsuites/fstests/fslink/test.c
M 1.2 testsuites/fstests/fspatheval/patheval.doc
M 1.2 testsuites/fstests/fspatheval/test.c
M 1.2 testsuites/fstests/fspermission/fspermission.doc
M 1.3 testsuites/fstests/fspermission/test.c
M 1.2 testsuites/fstests/fsrdwr/fsrdwr.doc
M 1.3 testsuites/fstests/fsrdwr/init.c
M 1.2 testsuites/fstests/fssymlink/fssymlink.doc
M 1.4 testsuites/fstests/fssymlink/test.c
M 1.2 testsuites/fstests/fstime/fstime.doc
M 1.3 testsuites/fstests/fstime/test.c
M 1.4 testsuites/fstests/imfs_support/fs_config.h
M 1.4 testsuites/fstests/imfs_support/fs_support.c
M 1.2 testsuites/fstests/imfs_support/fs_supprot.h
M 1.4 testsuites/fstests/mdosfs_support/fs_config.h
M 1.4 testsuites/fstests/mdosfs_support/fs_support.c
M 1.4 testsuites/fstests/mimfs_support/fs_config.h
M 1.5 testsuites/fstests/mimfs_support/fs_support.c
M 1.5 testsuites/fstests/mrfs_support/fs_config.h
M 1.3 testsuites/fstests/mrfs_support/fs_support.c
M 1.4 testsuites/fstests/support/fstest.h
M 1.3 testsuites/fstests/support/fstest_support.h
M 1.4 testsuites/fstests/support/fstest_support.c
M 1.4 testsuites/fstests/support/ramdisk_support.h
M 1.4 testsuites/fstests/support/ramdisk_support.c
diff -u rtems/testsuites/fstests/ChangeLog:1.6 rtems/testsuites/fstests/ChangeLog:1.7
--- rtems/testsuites/fstests/ChangeLog:1.6 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/ChangeLog Wed Sep 7 02:32:04 2011
@@ -1,3 +1,19 @@
+2011-09-07 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * fserror/fserror.doc, fserror/test.c, fslink/fslink.doc,
+ fslink/test.c, fspatheval/patheval.doc, fspatheval/test.c,
+ fspermission/fspermission.doc, fspermission/test.c,
+ fsrdwr/fsrdwr.doc, fsrdwr/init.c, fssymlink/fssymlink.doc,
+ fssymlink/test.c, fstime/fstime.doc, fstime/test.c,
+ imfs_support/fs_config.h, imfs_support/fs_support.c,
+ imfs_support/fs_supprot.h, mdosfs_support/fs_config.h,
+ mdosfs_support/fs_support.c, mimfs_support/fs_config.h,
+ mimfs_support/fs_support.c, mrfs_support/fs_config.h,
+ mrfs_support/fs_support.c, support/fstest.h,
+ support/fstest_support.c, support/fstest_support.h,
+ support/ramdisk_support.c, support/ramdisk_support.h:
+ Fix CVS-Ids.
+
2011-08-02 Xiang Cui <medivhc at gmail.com>
* configure.ac, fserror/test.c, fslink/test.c, fspermission/test.c,
diff -u rtems/testsuites/fstests/fserror/test.c:1.2 rtems/testsuites/fstests/fserror/test.c:1.3
--- rtems/testsuites/fstests/fserror/test.c:1.2 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/fserror/test.c Wed Sep 7 02:32:04 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#include <sys/stat.h>
diff -u rtems/testsuites/fstests/fslink/test.c:1.3 rtems/testsuites/fstests/fslink/test.c:1.4
--- rtems/testsuites/fstests/fslink/test.c:1.3 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/fslink/test.c Wed Sep 7 02:32:04 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#include <unistd.h>
diff -u rtems/testsuites/fstests/fspatheval/test.c:1.1 rtems/testsuites/fstests/fspatheval/test.c:1.2
--- rtems/testsuites/fstests/fspatheval/test.c:1.1 Mon Aug 1 16:54:18 2011
+++ rtems/testsuites/fstests/fspatheval/test.c Wed Sep 7 02:32:04 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#include <sys/stat.h>
#include <fcntl.h>
diff -u rtems/testsuites/fstests/fspermission/test.c:1.2 rtems/testsuites/fstests/fspermission/test.c:1.3
--- rtems/testsuites/fstests/fspermission/test.c:1.2 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/fspermission/test.c Wed Sep 7 02:32:04 2011
@@ -7,7 +7,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#include <sys/stat.h>
diff -u rtems/testsuites/fstests/fsrdwr/init.c:1.2 rtems/testsuites/fstests/fsrdwr/init.c:1.3
--- rtems/testsuites/fstests/fsrdwr/init.c:1.2 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/fsrdwr/init.c Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#include <sys/stat.h>
#include <string.h>
diff -u rtems/testsuites/fstests/fssymlink/test.c:1.3 rtems/testsuites/fstests/fssymlink/test.c:1.4
--- rtems/testsuites/fstests/fssymlink/test.c:1.3 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/fssymlink/test.c Wed Sep 7 02:32:05 2011
@@ -7,7 +7,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#include <sys/stat.h>
diff -u rtems/testsuites/fstests/fstime/test.c:1.2 rtems/testsuites/fstests/fstime/test.c:1.3
--- rtems/testsuites/fstests/fstime/test.c:1.2 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/fstime/test.c Wed Sep 7 02:32:05 2011
@@ -7,7 +7,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#include <sys/stat.h>
diff -u rtems/testsuites/fstests/imfs_support/fs_config.h:1.3 rtems/testsuites/fstests/imfs_support/fs_config.h:1.4
--- rtems/testsuites/fstests/imfs_support/fs_config.h:1.3 Mon Aug 1 15:54:11 2011
+++ rtems/testsuites/fstests/imfs_support/fs_config.h Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifndef __IMFS_SUPPORT_h
#define __IMFS_SUPPORT_h
diff -u rtems/testsuites/fstests/imfs_support/fs_support.c:1.3 rtems/testsuites/fstests/imfs_support/fs_support.c:1.4
--- rtems/testsuites/fstests/imfs_support/fs_support.c:1.3 Mon Aug 1 15:54:11 2011
+++ rtems/testsuites/fstests/imfs_support/fs_support.c Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
diff -u rtems/testsuites/fstests/imfs_support/fs_supprot.h:1.1 rtems/testsuites/fstests/imfs_support/fs_supprot.h:1.2
--- rtems/testsuites/fstests/imfs_support/fs_supprot.h:1.1 Mon Aug 1 16:54:18 2011
+++ rtems/testsuites/fstests/imfs_support/fs_supprot.h Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
diff -u rtems/testsuites/fstests/mdosfs_support/fs_config.h:1.3 rtems/testsuites/fstests/mdosfs_support/fs_config.h:1.4
--- rtems/testsuites/fstests/mdosfs_support/fs_config.h:1.3 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/mdosfs_support/fs_config.h Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifndef __MIMFS_SUPPORT_h
diff -u rtems/testsuites/fstests/mdosfs_support/fs_support.c:1.3 rtems/testsuites/fstests/mdosfs_support/fs_support.c:1.4
--- rtems/testsuites/fstests/mdosfs_support/fs_support.c:1.3 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/mdosfs_support/fs_support.c Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
diff -u rtems/testsuites/fstests/mimfs_support/fs_config.h:1.3 rtems/testsuites/fstests/mimfs_support/fs_config.h:1.4
--- rtems/testsuites/fstests/mimfs_support/fs_config.h:1.3 Mon Aug 1 15:54:14 2011
+++ rtems/testsuites/fstests/mimfs_support/fs_config.h Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifndef __MIMFS_SUPPORT_h
diff -u rtems/testsuites/fstests/mimfs_support/fs_support.c:1.4 rtems/testsuites/fstests/mimfs_support/fs_support.c:1.5
--- rtems/testsuites/fstests/mimfs_support/fs_support.c:1.4 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/mimfs_support/fs_support.c Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifdef HAVE_CONFIG_H
diff -u rtems/testsuites/fstests/mrfs_support/fs_config.h:1.4 rtems/testsuites/fstests/mrfs_support/fs_config.h:1.5
--- rtems/testsuites/fstests/mrfs_support/fs_config.h:1.4 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/mrfs_support/fs_config.h Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifndef __MIMFS_SUPPORT_h
diff -u rtems/testsuites/fstests/mrfs_support/fs_support.c:1.2 rtems/testsuites/fstests/mrfs_support/fs_support.c:1.3
--- rtems/testsuites/fstests/mrfs_support/fs_support.c:1.2 Mon Aug 1 15:54:15 2011
+++ rtems/testsuites/fstests/mrfs_support/fs_support.c Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifdef HAVE_CONFIG_H
diff -u rtems/testsuites/fstests/support/fstest.h:1.3 rtems/testsuites/fstests/support/fstest.h:1.4
--- rtems/testsuites/fstests/support/fstest.h:1.3 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/support/fstest.h Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifndef __FSTEST_H
diff -u rtems/testsuites/fstests/support/fstest_support.h:1.2 rtems/testsuites/fstests/support/fstest_support.h:1.3
--- rtems/testsuites/fstests/support/fstest_support.h:1.2 Mon Aug 1 15:54:15 2011
+++ rtems/testsuites/fstests/support/fstest_support.h Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifndef __FSTEST_SUPPORT_H
#define __FSTEST_SUPPORT_H
diff -u rtems/testsuites/fstests/support/fstest_support.c:1.3 rtems/testsuites/fstests/support/fstest_support.c:1.4
--- rtems/testsuites/fstests/support/fstest_support.c:1.3 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/support/fstest_support.c Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#include <stdio.h>
#include <errno.h>
diff -u rtems/testsuites/fstests/support/ramdisk_support.h:1.3 rtems/testsuites/fstests/support/ramdisk_support.h:1.4
--- rtems/testsuites/fstests/support/ramdisk_support.h:1.3 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/support/ramdisk_support.h Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#ifndef __RAMDISK_SUPPORT_H
#define __RAMDISK_SUPPORT_H
diff -u rtems/testsuites/fstests/support/ramdisk_support.c:1.3 rtems/testsuites/fstests/support/ramdisk_support.c:1.4
--- rtems/testsuites/fstests/support/ramdisk_support.c:1.3 Tue Aug 2 09:24:59 2011
+++ rtems/testsuites/fstests/support/ramdisk_support.c Wed Sep 7 02:32:05 2011
@@ -6,7 +6,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id Exp $
+ * $Id$
*/
#include <rtems/ramdisk.h>
#include <rtems/blkdev.h>
*ralf*:
2011-09-07 Ralf Corsépius <ralf.corsepius at rtems.org>
* support/fstest.h: Include "pmacros.h".
M 1.8 testsuites/fstests/ChangeLog
M 1.5 testsuites/fstests/support/fstest.h
diff -u rtems/testsuites/fstests/ChangeLog:1.7 rtems/testsuites/fstests/ChangeLog:1.8
--- rtems/testsuites/fstests/ChangeLog:1.7 Wed Sep 7 02:32:04 2011
+++ rtems/testsuites/fstests/ChangeLog Wed Sep 7 02:39:18 2011
@@ -1,5 +1,6 @@
2011-09-07 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * support/fstest.h: Include "pmacros.h".
* fserror/fserror.doc, fserror/test.c, fslink/fslink.doc,
fslink/test.c, fspatheval/patheval.doc, fspatheval/test.c,
fspermission/fspermission.doc, fspermission/test.c,
diff -u rtems/testsuites/fstests/support/fstest.h:1.4 rtems/testsuites/fstests/support/fstest.h:1.5
--- rtems/testsuites/fstests/support/fstest.h:1.4 Wed Sep 7 02:32:05 2011
+++ rtems/testsuites/fstests/support/fstest.h Wed Sep 7 02:39:18 2011
@@ -15,7 +15,8 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <pmacros.h>
+
+#include "pmacros.h"
#define TIME_PRECISION (2)
#define TIME_EQUAL(x,y) (abs((x)-(y))<TIME_PRECISION)
*ralf*:
2011-09-07 Ralf Corsépius <ralf.corsepius at 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.
M 1.9 testsuites/fstests/ChangeLog
M 1.4 testsuites/fstests/fserror/test.c
M 1.5 testsuites/fstests/fslink/test.c
M 1.3 testsuites/fstests/fspatheval/test.c
M 1.4 testsuites/fstests/fspermission/test.c
M 1.4 testsuites/fstests/fsrdwr/init.c
M 1.5 testsuites/fstests/fssymlink/test.c
M 1.4 testsuites/fstests/fstime/test.c
M 1.5 testsuites/fstests/support/fstest_support.c
M 1.5 testsuites/fstests/support/ramdisk_support.c
diff -u rtems/testsuites/fstests/ChangeLog:1.8 rtems/testsuites/fstests/ChangeLog:1.9
--- rtems/testsuites/fstests/ChangeLog:1.8 Wed Sep 7 02:39:18 2011
+++ rtems/testsuites/fstests/ChangeLog Wed Sep 7 02:42:12 2011
@@ -1,5 +1,9 @@
2011-09-07 Ralf Corsépius <ralf.corsepius at 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,
diff -u rtems/testsuites/fstests/fserror/test.c:1.3 rtems/testsuites/fstests/fserror/test.c:1.4
--- rtems/testsuites/fstests/fserror/test.c:1.3 Wed Sep 7 02:32:04 2011
+++ rtems/testsuites/fstests/fserror/test.c Wed Sep 7 02:42:12 2011
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/stat.h>
#include <limits.h>
#include <fcntl.h>
diff -u rtems/testsuites/fstests/fslink/test.c:1.4 rtems/testsuites/fstests/fslink/test.c:1.5
--- rtems/testsuites/fstests/fslink/test.c:1.4 Wed Sep 7 02:32:04 2011
+++ rtems/testsuites/fstests/fslink/test.c Wed Sep 7 02:42:12 2011
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <unistd.h>
#include <fcntl.h>
#include <limits.h>
diff -u rtems/testsuites/fstests/fspatheval/test.c:1.2 rtems/testsuites/fstests/fspatheval/test.c:1.3
--- rtems/testsuites/fstests/fspatheval/test.c:1.2 Wed Sep 7 02:32:04 2011
+++ rtems/testsuites/fstests/fspatheval/test.c Wed Sep 7 02:42:12 2011
@@ -8,6 +8,11 @@
*
* $Id$
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
diff -u rtems/testsuites/fstests/fspermission/test.c:1.3 rtems/testsuites/fstests/fspermission/test.c:1.4
--- rtems/testsuites/fstests/fspermission/test.c:1.3 Wed Sep 7 02:32:04 2011
+++ rtems/testsuites/fstests/fspermission/test.c Wed Sep 7 02:42:12 2011
@@ -10,6 +10,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
diff -u rtems/testsuites/fstests/fsrdwr/init.c:1.3 rtems/testsuites/fstests/fsrdwr/init.c:1.4
--- rtems/testsuites/fstests/fsrdwr/init.c:1.3 Wed Sep 7 02:32:05 2011
+++ rtems/testsuites/fstests/fsrdwr/init.c Wed Sep 7 02:42:12 2011
@@ -8,6 +8,11 @@
*
* $Id$
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/stat.h>
#include <string.h>
#include <stdlib.h>
diff -u rtems/testsuites/fstests/fssymlink/test.c:1.4 rtems/testsuites/fstests/fssymlink/test.c:1.5
--- rtems/testsuites/fstests/fssymlink/test.c:1.4 Wed Sep 7 02:32:05 2011
+++ rtems/testsuites/fstests/fssymlink/test.c Wed Sep 7 02:42:12 2011
@@ -10,6 +10,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
diff -u rtems/testsuites/fstests/fstime/test.c:1.3 rtems/testsuites/fstests/fstime/test.c:1.4
--- rtems/testsuites/fstests/fstime/test.c:1.3 Wed Sep 7 02:32:05 2011
+++ rtems/testsuites/fstests/fstime/test.c Wed Sep 7 02:42:12 2011
@@ -10,6 +10,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/stat.h>
#include <limits.h>
#include <fcntl.h>
diff -u rtems/testsuites/fstests/support/fstest_support.c:1.4 rtems/testsuites/fstests/support/fstest_support.c:1.5
--- rtems/testsuites/fstests/support/fstest_support.c:1.4 Wed Sep 7 02:32:05 2011
+++ rtems/testsuites/fstests/support/fstest_support.c Wed Sep 7 02:42:12 2011
@@ -8,6 +8,11 @@
*
* $Id$
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
diff -u rtems/testsuites/fstests/support/ramdisk_support.c:1.4 rtems/testsuites/fstests/support/ramdisk_support.c:1.5
--- rtems/testsuites/fstests/support/ramdisk_support.c:1.4 Wed Sep 7 02:32:05 2011
+++ rtems/testsuites/fstests/support/ramdisk_support.c Wed Sep 7 02:42:12 2011
@@ -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>
*ralf*:
2011-09-07 Ralf Corsépius <ralf.corsepius at rtems.org>
* imfs_support/fs_supprot.h, support/fstest.h,
support/ramdisk_support.h: Don't include config.h.
M 1.10 testsuites/fstests/ChangeLog
M 1.3 testsuites/fstests/imfs_support/fs_supprot.h
M 1.6 testsuites/fstests/support/fstest.h
M 1.5 testsuites/fstests/support/ramdisk_support.h
diff -u rtems/testsuites/fstests/ChangeLog:1.9 rtems/testsuites/fstests/ChangeLog:1.10
--- rtems/testsuites/fstests/ChangeLog:1.9 Wed Sep 7 02:42:12 2011
+++ rtems/testsuites/fstests/ChangeLog Wed Sep 7 02:43:15 2011
@@ -1,5 +1,7 @@
2011-09-07 Ralf Corsépius <ralf.corsepius at 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:
diff -u rtems/testsuites/fstests/imfs_support/fs_supprot.h:1.2 rtems/testsuites/fstests/imfs_support/fs_supprot.h:1.3
--- rtems/testsuites/fstests/imfs_support/fs_supprot.h:1.2 Wed Sep 7 02:32:05 2011
+++ rtems/testsuites/fstests/imfs_support/fs_supprot.h Wed Sep 7 02:43:15 2011
@@ -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)
diff -u rtems/testsuites/fstests/support/fstest.h:1.5 rtems/testsuites/fstests/support/fstest.h:1.6
--- rtems/testsuites/fstests/support/fstest.h:1.5 Wed Sep 7 02:39:18 2011
+++ rtems/testsuites/fstests/support/fstest.h Wed Sep 7 02:43:15 2011
@@ -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
-
-
diff -u rtems/testsuites/fstests/support/ramdisk_support.h:1.4 rtems/testsuites/fstests/support/ramdisk_support.h:1.5
--- rtems/testsuites/fstests/support/ramdisk_support.h:1.4 Wed Sep 7 02:32:05 2011
+++ rtems/testsuites/fstests/support/ramdisk_support.h Wed Sep 7 02:43:15 2011
@@ -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"
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110907/f84ea234/attachment.html>
More information about the vc
mailing list