2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>

* psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
	* psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
	* psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
	* psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:14:37 +00:00
parent 78ef0dcabd
commit 0fdaca2197
5 changed files with 11 additions and 4 deletions
+7
View File
@@ -1,3 +1,10 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
* psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
* psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
* psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
+1 -1
View File
@@ -46,7 +46,7 @@ rtems_task Init( rtems_task_argument argument);
#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 5
#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 5
#include <console.h>
#include <rtems/console.h>
#include <confdefs.h>
#endif /* __rtems__ */
+1 -1
View File
@@ -30,7 +30,7 @@
#include <errno.h>
#include <rtems.h>
#include <rtems/libio.h>
#include <imfs.h>
#include <rtems/imfs.h>
#include <pmacros.h>
extern rtems_filesystem_location_info_t rtems_filesystem_current;
+1 -1
View File
@@ -28,7 +28,7 @@
#include <assert.h>
#include <unistd.h>
#include <errno.h>
#include <imfs.h>
#include <rtems/imfs.h>
#include <assert.h>
DIR *directory;
+1 -1
View File
@@ -23,7 +23,7 @@
#include <string.h>
#include <rtems.h>
#include <rtems/libio.h>
#include <imfs.h>
#include <rtems/imfs.h>
#include <pmacros.h>
#define MAXSYMLINK 5 /* There needs to be a better way of getting this. */