* 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>.
This commit is contained in:
Ralf Corsepius
2004-04-01 15:16:12 +00:00
parent cc8f37cd59
commit 1b2203001f
9 changed files with 19 additions and 8 deletions

View File

@@ -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,

View File

@@ -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 */

View File

@@ -41,7 +41,7 @@ void blow_stack( void );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -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 */

View File

@@ -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

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -43,7 +43,7 @@ void blow_stack( void );
#define STACK_CHECKER_ON
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -38,7 +38,7 @@
rtems_task Init (rtems_task_argument argument);
#include <confdefs.h>
#include <rtems/confdefs.h>
#include <stdio.h>
#include <unistd.h>