summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/tests/psxtests/ChangeLog5
-rw-r--r--c/src/tests/psxtests/psxmount/test.c1
-rw-r--r--c/src/tests/psxtests/psxstat/test.c1
-rw-r--r--testsuites/psxtests/ChangeLog5
-rw-r--r--testsuites/psxtests/psxmount/test.c1
-rw-r--r--testsuites/psxtests/psxstat/test.c1
6 files changed, 14 insertions, 0 deletions
diff --git a/c/src/tests/psxtests/ChangeLog b/c/src/tests/psxtests/ChangeLog
index 0f60604065..e724c15351 100644
--- a/c/src/tests/psxtests/ChangeLog
+++ b/c/src/tests/psxtests/ChangeLog
@@ -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,
diff --git a/c/src/tests/psxtests/psxmount/test.c b/c/src/tests/psxtests/psxmount/test.c
index 4bd50efcf9..567efe32e1 100644
--- a/c/src/tests/psxtests/psxmount/test.c
+++ b/c/src/tests/psxtests/psxmount/test.c
@@ -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;
diff --git a/c/src/tests/psxtests/psxstat/test.c b/c/src/tests/psxtests/psxstat/test.c
index 995f33adb6..c9a44e4845 100644
--- a/c/src/tests/psxtests/psxstat/test.c
+++ b/c/src/tests/psxtests/psxstat/test.c
@@ -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. */
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 0f60604065..e724c15351 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -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,
diff --git a/testsuites/psxtests/psxmount/test.c b/testsuites/psxtests/psxmount/test.c
index 4bd50efcf9..567efe32e1 100644
--- a/testsuites/psxtests/psxmount/test.c
+++ b/testsuites/psxtests/psxmount/test.c
@@ -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;
diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index 995f33adb6..c9a44e4845 100644
--- a/testsuites/psxtests/psxstat/test.c
+++ b/testsuites/psxtests/psxstat/test.c
@@ -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. */