summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:08 +0000
commitcc8f37cd59e5bc3b4cf31facd6a189b69797b7cb (patch)
treeefee1e9c9c60682f4d042465227b32da39b3e352 /testsuites
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-cc8f37cd59e5bc3b4cf31facd6a189b69797b7cb.tar.bz2
* itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/itrontests/ChangeLog12
-rw-r--r--testsuites/itrontests/itronhello/system.h2
-rw-r--r--testsuites/itrontests/itronmbf01/system.h2
-rw-r--r--testsuites/itrontests/itronmbox01/system.h2
-rw-r--r--testsuites/itrontests/itronsem01/system.h2
-rw-r--r--testsuites/itrontests/itrontask01/system.h2
-rw-r--r--testsuites/itrontests/itrontask02/system.h2
-rw-r--r--testsuites/itrontests/itrontask03/system.h2
-rw-r--r--testsuites/itrontests/itrontask04/system.h2
-rw-r--r--testsuites/itrontests/itrontime01/system.h2
10 files changed, 21 insertions, 9 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index 31fc310561..0690d53202 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,5 +1,17 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+
+2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+
* itronhello/system.h: Include <rtems/itron.h> instead of <itron.h>.
* itronmbf01/system.h: Include <rtems/itron.h> instead of <itron.h>.
* itronmbox01/system.h: Include <rtems/itron.h> instead of <itron.h>.
diff --git a/testsuites/itrontests/itronhello/system.h b/testsuites/itrontests/itronhello/system.h
index c7d5560b63..a30c248606 100644
--- a/testsuites/itrontests/itronhello/system.h
+++ b/testsuites/itrontests/itronhello/system.h
@@ -30,7 +30,7 @@ void ITRON_Init( void );
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/itrontests/itronmbf01/system.h b/testsuites/itrontests/itronmbf01/system.h
index 62c674ea9d..a46d20aac1 100644
--- a/testsuites/itrontests/itronmbf01/system.h
+++ b/testsuites/itrontests/itronmbf01/system.h
@@ -31,7 +31,7 @@ void ITRON_Init( void );
#define CONFIGURE_ITRON_INIT_TASK_TABLE
#define CONFIGURE_ITRON_INIT_TASK_STACK_SIZE (4 * RTEMS_MINIMUM_STACK_SIZE)
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/itrontests/itronmbox01/system.h b/testsuites/itrontests/itronmbox01/system.h
index c218876dc2..f0026534b6 100644
--- a/testsuites/itrontests/itronmbox01/system.h
+++ b/testsuites/itrontests/itronmbox01/system.h
@@ -28,7 +28,7 @@ void ITRON_Init( void );
#define CONFIGURE_ITRON_INIT_TASK_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/itrontests/itronsem01/system.h b/testsuites/itrontests/itronsem01/system.h
index 5985a5a1c6..1a2222151f 100644
--- a/testsuites/itrontests/itronsem01/system.h
+++ b/testsuites/itrontests/itronsem01/system.h
@@ -31,7 +31,7 @@ void ITRON_Init( void );
#define CONFIGURE_ITRON_INIT_TASK_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/itrontests/itrontask01/system.h b/testsuites/itrontests/itrontask01/system.h
index 0c1f7731c7..579d0a7c17 100644
--- a/testsuites/itrontests/itrontask01/system.h
+++ b/testsuites/itrontests/itrontask01/system.h
@@ -32,7 +32,7 @@ void Task_2_through_4();
#define CONFIGURE_ITRON_INIT_TASK_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/itrontests/itrontask02/system.h b/testsuites/itrontests/itrontask02/system.h
index 3b30d0002b..c602cdc918 100644
--- a/testsuites/itrontests/itrontask02/system.h
+++ b/testsuites/itrontests/itrontask02/system.h
@@ -30,7 +30,7 @@ void Non_Dormant_task();
#define CONFIGURE_ITRON_INIT_TASK_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/itrontests/itrontask03/system.h b/testsuites/itrontests/itrontask03/system.h
index 66414285a3..960be01611 100644
--- a/testsuites/itrontests/itrontask03/system.h
+++ b/testsuites/itrontests/itrontask03/system.h
@@ -33,7 +33,7 @@ void Task_3();
#define CONFIGURE_ITRON_INIT_TASK_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/itrontests/itrontask04/system.h b/testsuites/itrontests/itrontask04/system.h
index 8ab9d9e4a0..6629920912 100644
--- a/testsuites/itrontests/itrontask04/system.h
+++ b/testsuites/itrontests/itrontask04/system.h
@@ -33,7 +33,7 @@ void Task_3();
#define CONFIGURE_ITRON_INIT_TASK_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/itrontests/itrontime01/system.h b/testsuites/itrontests/itrontime01/system.h
index c218876dc2..f0026534b6 100644
--- a/testsuites/itrontests/itrontime01/system.h
+++ b/testsuites/itrontests/itrontime01/system.h
@@ -28,7 +28,7 @@ void ITRON_Init( void );
#define CONFIGURE_ITRON_INIT_TASK_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */