mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 16:39:02 +08:00
2000-10-24 Joel Sherrill <joel@OARcorp.com>
* psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops. It was formerly incorrectly prototyped in <libio.h>.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2000-10-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
|
||||
It was formerly incorrectly prototyped in <libio.h>.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <errno.h>
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <imfs.h>
|
||||
|
||||
extern rtems_filesystem_location_info_t rtems_filesystem_current;
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <string.h>
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <imfs.h>
|
||||
|
||||
#define MAXSYMLINK 5 /* There needs to be a better way of getting this. */
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2000-10-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
|
||||
It was formerly incorrectly prototyped in <libio.h>.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <errno.h>
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <imfs.h>
|
||||
|
||||
extern rtems_filesystem_location_info_t rtems_filesystem_current;
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <string.h>
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <imfs.h>
|
||||
|
||||
#define MAXSYMLINK 5 /* There needs to be a better way of getting this. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user