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:
Joel Sherrill
2000-10-25 16:52:28 +00:00
parent a0756c9aa0
commit 0bbc89df41
6 changed files with 14 additions and 0 deletions
+5
View File
@@ -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,
+1
View File
@@ -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;
+1
View File
@@ -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. */
+5
View File
@@ -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,
+1
View File
@@ -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;
+1
View File
@@ -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. */