mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 04:15:46 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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__ */
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user