From db6fbdf0efef08f85faf1f079758ffe02f4b877f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 7 Sep 2011 07:32:05 +0000 Subject: =?UTF-8?q?2011-09-07=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- testsuites/fstests/ChangeLog | 16 ++++++++++++++++ testsuites/fstests/fserror/test.c | 2 +- testsuites/fstests/fslink/test.c | 2 +- testsuites/fstests/fspatheval/test.c | 2 +- testsuites/fstests/fspermission/test.c | 2 +- testsuites/fstests/fsrdwr/init.c | 2 +- testsuites/fstests/fssymlink/test.c | 2 +- testsuites/fstests/fstime/test.c | 2 +- testsuites/fstests/imfs_support/fs_config.h | 2 +- testsuites/fstests/imfs_support/fs_support.c | 2 +- testsuites/fstests/imfs_support/fs_supprot.h | 2 +- testsuites/fstests/mdosfs_support/fs_config.h | 2 +- testsuites/fstests/mdosfs_support/fs_support.c | 2 +- testsuites/fstests/mimfs_support/fs_config.h | 2 +- testsuites/fstests/mimfs_support/fs_support.c | 2 +- testsuites/fstests/mrfs_support/fs_config.h | 2 +- testsuites/fstests/mrfs_support/fs_support.c | 2 +- testsuites/fstests/support/fstest.h | 2 +- testsuites/fstests/support/fstest_support.c | 2 +- testsuites/fstests/support/fstest_support.h | 2 +- testsuites/fstests/support/ramdisk_support.c | 2 +- testsuites/fstests/support/ramdisk_support.h | 2 +- 22 files changed, 37 insertions(+), 21 deletions(-) (limited to 'testsuites') diff --git a/testsuites/fstests/ChangeLog b/testsuites/fstests/ChangeLog index 065672c7cd..3c04c22e9f 100644 --- a/testsuites/fstests/ChangeLog +++ b/testsuites/fstests/ChangeLog @@ -1,3 +1,19 @@ +2011-09-07 Ralf Corsépius + + * 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 * configure.ac, fserror/test.c, fslink/test.c, fspermission/test.c, diff --git a/testsuites/fstests/fserror/test.c b/testsuites/fstests/fserror/test.c index 61cf12f791..0e95c15130 100644 --- a/testsuites/fstests/fserror/test.c +++ b/testsuites/fstests/fserror/test.c @@ -6,7 +6,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id Exp $ + * $Id$ */ #include diff --git a/testsuites/fstests/fslink/test.c b/testsuites/fstests/fslink/test.c index f2d2922c97..4ffdf30c0a 100644 --- a/testsuites/fstests/fslink/test.c +++ b/testsuites/fstests/fslink/test.c @@ -6,7 +6,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id Exp $ + * $Id$ */ #include diff --git a/testsuites/fstests/fspatheval/test.c b/testsuites/fstests/fspatheval/test.c index ffe0a311fa..70dafbcbfc 100644 --- a/testsuites/fstests/fspatheval/test.c +++ b/testsuites/fstests/fspatheval/test.c @@ -6,7 +6,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id Exp $ + * $Id$ */ #include #include diff --git a/testsuites/fstests/fspermission/test.c b/testsuites/fstests/fspermission/test.c index 476030f7b0..21d76e8c9f 100644 --- a/testsuites/fstests/fspermission/test.c +++ b/testsuites/fstests/fspermission/test.c @@ -7,7 +7,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id Exp $ + * $Id$ */ #include diff --git a/testsuites/fstests/fsrdwr/init.c b/testsuites/fstests/fsrdwr/init.c index 7464277e2f..3208f677b3 100644 --- a/testsuites/fstests/fsrdwr/init.c +++ b/testsuites/fstests/fsrdwr/init.c @@ -6,7 +6,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id Exp $ + * $Id$ */ #include #include diff --git a/testsuites/fstests/fssymlink/test.c b/testsuites/fstests/fssymlink/test.c index 15c878797d..5c224993d0 100644 --- a/testsuites/fstests/fssymlink/test.c +++ b/testsuites/fstests/fssymlink/test.c @@ -7,7 +7,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id Exp $ + * $Id$ */ #include diff --git a/testsuites/fstests/fstime/test.c b/testsuites/fstests/fstime/test.c index bf2c215223..d3e61d13b9 100644 --- a/testsuites/fstests/fstime/test.c +++ b/testsuites/fstests/fstime/test.c @@ -7,7 +7,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id Exp $ + * $Id$ */ #include diff --git a/testsuites/fstests/imfs_support/fs_config.h b/testsuites/fstests/imfs_support/fs_config.h index 9e4988e0bc..da12a6e029 100644 --- a/testsuites/fstests/imfs_support/fs_config.h +++ b/testsuites/fstests/imfs_support/fs_config.h @@ -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 --git a/testsuites/fstests/imfs_support/fs_support.c b/testsuites/fstests/imfs_support/fs_support.c index ce16027a9b..814a8475c5 100644 --- a/testsuites/fstests/imfs_support/fs_support.c +++ b/testsuites/fstests/imfs_support/fs_support.c @@ -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 --git a/testsuites/fstests/imfs_support/fs_supprot.h b/testsuites/fstests/imfs_support/fs_supprot.h index a4d1915ea3..55c1f83c12 100644 --- a/testsuites/fstests/imfs_support/fs_supprot.h +++ b/testsuites/fstests/imfs_support/fs_supprot.h @@ -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 --git a/testsuites/fstests/mdosfs_support/fs_config.h b/testsuites/fstests/mdosfs_support/fs_config.h index 247562eba2..333b1f7612 100644 --- a/testsuites/fstests/mdosfs_support/fs_config.h +++ b/testsuites/fstests/mdosfs_support/fs_config.h @@ -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 --git a/testsuites/fstests/mdosfs_support/fs_support.c b/testsuites/fstests/mdosfs_support/fs_support.c index 8866c81297..96f8848f79 100644 --- a/testsuites/fstests/mdosfs_support/fs_support.c +++ b/testsuites/fstests/mdosfs_support/fs_support.c @@ -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 --git a/testsuites/fstests/mimfs_support/fs_config.h b/testsuites/fstests/mimfs_support/fs_config.h index b6260f5902..30ee88fad9 100644 --- a/testsuites/fstests/mimfs_support/fs_config.h +++ b/testsuites/fstests/mimfs_support/fs_config.h @@ -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 --git a/testsuites/fstests/mimfs_support/fs_support.c b/testsuites/fstests/mimfs_support/fs_support.c index 34d410a8cb..6e87686d19 100644 --- a/testsuites/fstests/mimfs_support/fs_support.c +++ b/testsuites/fstests/mimfs_support/fs_support.c @@ -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 --git a/testsuites/fstests/mrfs_support/fs_config.h b/testsuites/fstests/mrfs_support/fs_config.h index dd8221d855..c061a3075b 100644 --- a/testsuites/fstests/mrfs_support/fs_config.h +++ b/testsuites/fstests/mrfs_support/fs_config.h @@ -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 --git a/testsuites/fstests/mrfs_support/fs_support.c b/testsuites/fstests/mrfs_support/fs_support.c index b4f6b6b108..a045d312e9 100644 --- a/testsuites/fstests/mrfs_support/fs_support.c +++ b/testsuites/fstests/mrfs_support/fs_support.c @@ -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 --git a/testsuites/fstests/support/fstest.h b/testsuites/fstests/support/fstest.h index b23a9d0a6b..d197851dce 100644 --- a/testsuites/fstests/support/fstest.h +++ b/testsuites/fstests/support/fstest.h @@ -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 --git a/testsuites/fstests/support/fstest_support.c b/testsuites/fstests/support/fstest_support.c index 6c678891f7..f9e13eb840 100644 --- a/testsuites/fstests/support/fstest_support.c +++ b/testsuites/fstests/support/fstest_support.c @@ -6,7 +6,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id Exp $ + * $Id$ */ #include #include diff --git a/testsuites/fstests/support/fstest_support.h b/testsuites/fstests/support/fstest_support.h index 2fcb208619..6f91e8b27e 100644 --- a/testsuites/fstests/support/fstest_support.h +++ b/testsuites/fstests/support/fstest_support.h @@ -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 --git a/testsuites/fstests/support/ramdisk_support.c b/testsuites/fstests/support/ramdisk_support.c index 79389bb80f..3b9b149738 100644 --- a/testsuites/fstests/support/ramdisk_support.c +++ b/testsuites/fstests/support/ramdisk_support.c @@ -6,7 +6,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id Exp $ + * $Id$ */ #include #include diff --git a/testsuites/fstests/support/ramdisk_support.h b/testsuites/fstests/support/ramdisk_support.h index 7c06c1e896..56c5918910 100644 --- a/testsuites/fstests/support/ramdisk_support.h +++ b/testsuites/fstests/support/ramdisk_support.h @@ -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 -- cgit v1.2.3