summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:23 +0000
commitc8fea7a402301dfb386714ee47a867e4744c75a1 (patch)
tree0e0adfdaabf1de24ed67daad35e17457063299e2
parent * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. (diff)
downloadrtems-c8fea7a402301dfb386714ee47a867e4744c75a1.tar.bz2
* base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
-rw-r--r--testsuites/samples/ChangeLog14
-rw-r--r--testsuites/samples/base_mp/system.h2
-rw-r--r--testsuites/samples/base_sp/system.h2
-rw-r--r--testsuites/samples/cdtest/system.h2
-rw-r--r--testsuites/samples/fileio/system.h2
-rw-r--r--testsuites/samples/hello/system.h2
-rw-r--r--testsuites/samples/loopback/init.c2
-rw-r--r--testsuites/samples/minimum/init.c2
-rw-r--r--testsuites/samples/paranoia/system.h2
-rw-r--r--testsuites/samples/pppd/system.h2
-rw-r--r--testsuites/samples/ticker/system.h2
-rw-r--r--testsuites/samples/unlimited/system.h2
12 files changed, 25 insertions, 11 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 567a67557f..7626befdaf 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,5 +1,19 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+
+2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+
* fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
diff --git a/testsuites/samples/base_mp/system.h b/testsuites/samples/base_mp/system.h
index f846d60b2b..e452c02273 100644
--- a/testsuites/samples/base_mp/system.h
+++ b/testsuites/samples/base_mp/system.h
@@ -42,6 +42,6 @@ rtems_task Application_task(
* Put the overrides of default configuration parameters here.
*/
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* end of include file */
diff --git a/testsuites/samples/base_sp/system.h b/testsuites/samples/base_sp/system.h
index c076ab3b1b..75599df285 100644
--- a/testsuites/samples/base_sp/system.h
+++ b/testsuites/samples/base_sp/system.h
@@ -35,6 +35,6 @@ rtems_task Application_task(
#define CONFIGURE_MAXIMUM_TASKS 2
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* end of include file */
diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h
index de883665c4..c03b972dbb 100644
--- a/testsuites/samples/cdtest/system.h
+++ b/testsuites/samples/cdtest/system.h
@@ -35,6 +35,6 @@ rtems_task main_task(
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task
#define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' )
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* end of include file */
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index 105e44c200..7f59c6b812 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -68,7 +68,7 @@ int rtems_bdbuf_configuration_size =( sizeof(rtems_bdbuf_configuration)
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/*
* Handy macros and static inline functions
diff --git a/testsuites/samples/hello/system.h b/testsuites/samples/hello/system.h
index 89c5381b81..e738b1a631 100644
--- a/testsuites/samples/hello/system.h
+++ b/testsuites/samples/hello/system.h
@@ -33,6 +33,6 @@ rtems_task Init(
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* end of include file */
diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c
index b0aaf66597..3261b45b63 100644
--- a/testsuites/samples/loopback/init.c
+++ b/testsuites/samples/loopback/init.c
@@ -23,7 +23,7 @@
#define CONFIGURE_INIT
rtems_task Init(rtems_task_argument argument);
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <rtems/rtems_bsdnet.h>
#include <rtems/error.h>
diff --git a/testsuites/samples/minimum/init.c b/testsuites/samples/minimum/init.c
index a0fbda9338..b2e7ce5162 100644
--- a/testsuites/samples/minimum/init.c
+++ b/testsuites/samples/minimum/init.c
@@ -35,7 +35,7 @@ rtems_task Init(
#define CONFIGURE_INIT
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/samples/paranoia/system.h b/testsuites/samples/paranoia/system.h
index 8e782dc30e..1a28c98aec 100644
--- a/testsuites/samples/paranoia/system.h
+++ b/testsuites/samples/paranoia/system.h
@@ -36,6 +36,6 @@ rtems_task Init(
#define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE)
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* end of include file */
diff --git a/testsuites/samples/pppd/system.h b/testsuites/samples/pppd/system.h
index ec117cbab6..ffefa0385d 100644
--- a/testsuites/samples/pppd/system.h
+++ b/testsuites/samples/pppd/system.h
@@ -45,6 +45,6 @@ rtems_driver_address_table Device_drivers[5] = {
RTEMS_NO_ASR | \
RTEMS_INTERRUPT_LEVEL(0))
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#endif
diff --git a/testsuites/samples/ticker/system.h b/testsuites/samples/ticker/system.h
index fa231d56e4..6809d79f31 100644
--- a/testsuites/samples/ticker/system.h
+++ b/testsuites/samples/ticker/system.h
@@ -48,7 +48,7 @@ extern rtems_name Task_name[ 4 ]; /* array of task names */
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/*
* Handy macros and static inline functions
diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h
index 274a0a00e3..381377a16b 100644
--- a/testsuites/samples/unlimited/system.h
+++ b/testsuites/samples/unlimited/system.h
@@ -51,7 +51,7 @@ void test3();
#define CONFIGURE_EXTRA_TASK_STACKS (62 * RTEMS_MINIMUM_STACK_SIZE)
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/*
* Keep track of the task id's created, use a large array.