summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:12 +0000
commit1b2203001f7160e3e63b5c8c715b1ab5abae770c (patch)
tree8de324bde8f44f3c8d7652ce297b74c19ffa8cb6 /testsuites
parent * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. (diff)
downloadrtems-1b2203001f7160e3e63b5c8c715b1ab5abae770c.tar.bz2
* cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/ChangeLog11
-rw-r--r--testsuites/libtests/cpuuse/system.h2
-rw-r--r--testsuites/libtests/malloctest/system.h2
-rw-r--r--testsuites/libtests/monitor/system.h2
-rw-r--r--testsuites/libtests/putenvtest/init.c2
-rw-r--r--testsuites/libtests/rtems++/System.h2
-rw-r--r--testsuites/libtests/rtmonuse/system.h2
-rw-r--r--testsuites/libtests/stackchk/system.h2
-rw-r--r--testsuites/libtests/termios/init.c2
9 files changed, 19 insertions, 8 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index d05338cf0a..e36bbfa7b8 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,14 @@
+2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
+
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
diff --git a/testsuites/libtests/cpuuse/system.h b/testsuites/libtests/cpuuse/system.h
index 88155443f2..8b62b327d8 100644
--- a/testsuites/libtests/cpuuse/system.h
+++ b/testsuites/libtests/cpuuse/system.h
@@ -51,7 +51,7 @@ void Task_switch(
#define CONFIGURE_EXTRA_TASK_STACKS (6 * RTEMS_MINIMUM_STACK_SIZE)
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/libtests/malloctest/system.h b/testsuites/libtests/malloctest/system.h
index 2eac3316a6..eacd2d330f 100644
--- a/testsuites/libtests/malloctest/system.h
+++ b/testsuites/libtests/malloctest/system.h
@@ -41,7 +41,7 @@ void blow_stack( void );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/libtests/monitor/system.h b/testsuites/libtests/monitor/system.h
index d5175606e7..57f3175b5c 100644
--- a/testsuites/libtests/monitor/system.h
+++ b/testsuites/libtests/monitor/system.h
@@ -49,7 +49,7 @@ void Get_all_counters( void );
(6 * (3 * RTEMS_MINIMUM_STACK_SIZE)) /* our tasks */ + \
(1 * RTEMS_MINIMUM_STACK_SIZE) /* monitor tasks */
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/libtests/putenvtest/init.c b/testsuites/libtests/putenvtest/init.c
index 8c83695785..7b79860c53 100644
--- a/testsuites/libtests/putenvtest/init.c
+++ b/testsuites/libtests/putenvtest/init.c
@@ -44,7 +44,7 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
rtems_task Init(
rtems_task_argument argument
diff --git a/testsuites/libtests/rtems++/System.h b/testsuites/libtests/rtems++/System.h
index 53ad2d24b0..9cfe1950fb 100644
--- a/testsuites/libtests/rtems++/System.h
+++ b/testsuites/libtests/rtems++/System.h
@@ -130,6 +130,6 @@ class Io_during_interrupt
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* end of include file */
diff --git a/testsuites/libtests/rtmonuse/system.h b/testsuites/libtests/rtmonuse/system.h
index 214afec493..1027fe0daf 100644
--- a/testsuites/libtests/rtmonuse/system.h
+++ b/testsuites/libtests/rtmonuse/system.h
@@ -47,7 +47,7 @@ void Get_all_counters( void );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_EXTRA_TASK_STACKS (20 * RTEMS_MINIMUM_STACK_SIZE)
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/libtests/stackchk/system.h b/testsuites/libtests/stackchk/system.h
index 37d677c9b2..6a76ac2eef 100644
--- a/testsuites/libtests/stackchk/system.h
+++ b/testsuites/libtests/stackchk/system.h
@@ -43,7 +43,7 @@ void blow_stack( void );
#define STACK_CHECKER_ON
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/libtests/termios/init.c b/testsuites/libtests/termios/init.c
index eb7045bf31..932c527f32 100644
--- a/testsuites/libtests/termios/init.c
+++ b/testsuites/libtests/termios/init.c
@@ -38,7 +38,7 @@
rtems_task Init (rtems_task_argument argument);
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <stdio.h>
#include <unistd.h>