summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:14:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:14:34 +0000
commit78ef0dcabdabeeec182426bd0769610d040554a6 (patch)
tree3c9b81606509cf3bc9007e6b7784709c5fc63a2b /testsuites
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-78ef0dcabdabeeec182426bd0769610d040554a6.tar.bz2
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>. * itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>. * itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>. * itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>. * itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>. * itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>. * itrontime01/system.h: Include <rtems/itron.h> instead of <itron.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 5703e92fc9..31fc310561 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,3 +1,15 @@
+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>.
+ * itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
+ * itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>.
+ * itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>.
+ * itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>.
+ * itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>.
+ * itrontime01/system.h: Include <rtems/itron.h> instead of <itron.h>.
+
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add 2nd arg to RTEMS_TOP.
diff --git a/testsuites/itrontests/itronhello/system.h b/testsuites/itrontests/itronhello/system.h
index c6b65657e3..c7d5560b63 100644
--- a/testsuites/itrontests/itronhello/system.h
+++ b/testsuites/itrontests/itronhello/system.h
@@ -14,7 +14,7 @@
*/
#include <tmacros.h>
-#include <itron.h>
+#include <rtems/itron.h>
/* functions */
diff --git a/testsuites/itrontests/itronmbf01/system.h b/testsuites/itrontests/itronmbf01/system.h
index 07682aff4b..62c674ea9d 100644
--- a/testsuites/itrontests/itronmbf01/system.h
+++ b/testsuites/itrontests/itronmbf01/system.h
@@ -14,7 +14,7 @@
*/
#include <tmacros.h>
-#include <itron.h>
+#include <rtems/itron.h>
/* functions */
diff --git a/testsuites/itrontests/itronmbox01/system.h b/testsuites/itrontests/itronmbox01/system.h
index 68c92bdbf0..c218876dc2 100644
--- a/testsuites/itrontests/itronmbox01/system.h
+++ b/testsuites/itrontests/itronmbox01/system.h
@@ -14,7 +14,7 @@
*/
#include <tmacros.h>
-#include <itron.h>
+#include <rtems/itron.h>
/* functions */
diff --git a/testsuites/itrontests/itronsem01/system.h b/testsuites/itrontests/itronsem01/system.h
index fbdffa2c88..5985a5a1c6 100644
--- a/testsuites/itrontests/itronsem01/system.h
+++ b/testsuites/itrontests/itronsem01/system.h
@@ -14,7 +14,7 @@
*/
#include <tmacros.h>
-#include <itron.h>
+#include <rtems/itron.h>
#include <assert.h>
/* functions */
diff --git a/testsuites/itrontests/itrontask01/system.h b/testsuites/itrontests/itrontask01/system.h
index 7b08093319..0c1f7731c7 100644
--- a/testsuites/itrontests/itrontask01/system.h
+++ b/testsuites/itrontests/itrontask01/system.h
@@ -14,7 +14,7 @@
*/
#include <tmacros.h>
-#include <itron.h>
+#include <rtems/itron.h>
/* functions */
diff --git a/testsuites/itrontests/itrontask02/system.h b/testsuites/itrontests/itrontask02/system.h
index b1ab530176..3b30d0002b 100644
--- a/testsuites/itrontests/itrontask02/system.h
+++ b/testsuites/itrontests/itrontask02/system.h
@@ -14,7 +14,7 @@
*/
#include <tmacros.h>
-#include <itron.h>
+#include <rtems/itron.h>
/* functions */
diff --git a/testsuites/itrontests/itrontask03/system.h b/testsuites/itrontests/itrontask03/system.h
index f24355ea11..66414285a3 100644
--- a/testsuites/itrontests/itrontask03/system.h
+++ b/testsuites/itrontests/itrontask03/system.h
@@ -14,7 +14,7 @@
*/
#include <tmacros.h>
-#include <itron.h>
+#include <rtems/itron.h>
/* functions */
diff --git a/testsuites/itrontests/itrontask04/system.h b/testsuites/itrontests/itrontask04/system.h
index 91bb70bf69..8ab9d9e4a0 100644
--- a/testsuites/itrontests/itrontask04/system.h
+++ b/testsuites/itrontests/itrontask04/system.h
@@ -14,7 +14,7 @@
*/
#include <tmacros.h>
-#include <itron.h>
+#include <rtems/itron.h>
/* functions */
diff --git a/testsuites/itrontests/itrontime01/system.h b/testsuites/itrontests/itrontime01/system.h
index 68c92bdbf0..c218876dc2 100644
--- a/testsuites/itrontests/itrontime01/system.h
+++ b/testsuites/itrontests/itrontime01/system.h
@@ -14,7 +14,7 @@
*/
#include <tmacros.h>
-#include <itron.h>
+#include <rtems/itron.h>
/* functions */