From c8fea7a402301dfb386714ee47a867e4744c75a1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 1 Apr 2004 15:16:23 +0000 Subject: * base_mp/system.h: Include instead of . * base_sp/system.h: Include instead of . * cdtest/system.h: Include instead of . * fileio/system.h: Include instead of . * hello/system.h: Include instead of . * loopback/init.c: Include instead of . * minimum/init.c: Include instead of . * paranoia/system.h: Include instead of . * pppd/system.h: Include instead of . * ticker/system.h: Include instead of . * unlimited/system.h: Include instead of . --- testsuites/samples/ChangeLog | 14 ++++++++++++++ testsuites/samples/base_mp/system.h | 2 +- testsuites/samples/base_sp/system.h | 2 +- testsuites/samples/cdtest/system.h | 2 +- testsuites/samples/fileio/system.h | 2 +- testsuites/samples/hello/system.h | 2 +- testsuites/samples/loopback/init.c | 2 +- testsuites/samples/minimum/init.c | 2 +- testsuites/samples/paranoia/system.h | 2 +- testsuites/samples/pppd/system.h | 2 +- testsuites/samples/ticker/system.h | 2 +- testsuites/samples/unlimited/system.h | 2 +- 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,3 +1,17 @@ +2004-04-01 Ralf Corsepius + + * base_mp/system.h: Include instead of . + * base_sp/system.h: Include instead of . + * cdtest/system.h: Include instead of . + * fileio/system.h: Include instead of . + * hello/system.h: Include instead of . + * loopback/init.c: Include instead of . + * minimum/init.c: Include instead of . + * paranoia/system.h: Include instead of . + * pppd/system.h: Include instead of . + * ticker/system.h: Include instead of . + * unlimited/system.h: Include instead of . + 2004-04-01 Ralf Corsepius * fileio/init.c: Include instead of . 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 +#include /* 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 +#include /* 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 +#include /* 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 +#include /* * 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 +#include /* 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 +#include #include #include 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 +#include /* 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 +#include /* 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 +#include #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 +#include /* * 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 +#include /* * Keep track of the task id's created, use a large array. -- cgit v1.2.3