* psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.

* psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 15:16:20 +00:00
parent ab187ada20
commit 80450c7074
24 changed files with 49 additions and 23 deletions

View File

@@ -1,3 +1,29 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.

View File

@@ -37,7 +37,7 @@ void *Task_1_through_3(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -35,7 +35,7 @@ void *Task_1_through_3(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -38,7 +38,7 @@ void *Task_2(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -45,7 +45,7 @@ void *Task_3(
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE \
(RTEMS_MINIMUM_STACK_SIZE * 4)
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -43,7 +43,7 @@ void *Task_3(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -39,7 +39,7 @@ void *Task_2(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -34,7 +34,7 @@ void *Task_1(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -42,7 +42,7 @@ void *Task_3(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -40,7 +40,7 @@ void *Task_2(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -46,7 +46,7 @@ void *Task_3(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -34,7 +34,7 @@ void *Task_1(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -36,7 +36,7 @@ void *Task_1(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -40,6 +40,6 @@ rtems_task Init(
#define CONFIGURE_INIT
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of file */

View File

@@ -47,7 +47,7 @@ rtems_task Init( rtems_task_argument argument);
#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 5
#include <rtems/console.h>
#include <confdefs.h>
#include <rtems/confdefs.h>
#endif /* __rtems__ */

View File

@@ -30,6 +30,6 @@ rtems_task Init(
#define CONFIGURE_INIT
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of file */

View File

@@ -40,6 +40,6 @@ rtems_task Init(
#define CONFIGURE_INIT
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of file */

View File

@@ -32,6 +32,6 @@ rtems_task Init(
#define CONFIGURE_INIT
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of file */

View File

@@ -45,7 +45,7 @@ void *Task_1_through_3(
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE \
(RTEMS_MINIMUM_STACK_SIZE * 10)
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -30,6 +30,6 @@ rtems_task Init(
#define CONFIGURE_INIT
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of file */

View File

@@ -44,7 +44,7 @@ void *Task_1_through_3(
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE \
(RTEMS_MINIMUM_STACK_SIZE * 4)
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -41,6 +41,6 @@ rtems_task Init(
#define CONFIGURE_INIT
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of file */

View File

@@ -37,6 +37,6 @@ rtems_task Init(
#define CONFIGURE_INIT
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of file */

View File

@@ -48,7 +48,7 @@ void *task_c(
#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 2
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */