Changeset 0bbc89d in rtems
- Timestamp:
- 10/25/00 16:52:28 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c801aba
- Parents:
- a0756c9a
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/ChangeLog
ra0756c9a r0bbc89d 1 2000-10-24 Joel Sherrill <joel@OARcorp.com> 2 3 * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops. 4 It was formerly incorrectly prototyped in <libio.h>. 5 1 6 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/tests/psxtests/psxmount/test.c
ra0756c9a r0bbc89d 31 31 #include <rtems.h> 32 32 #include <rtems/libio.h> 33 #include <imfs.h> 33 34 34 35 extern rtems_filesystem_location_info_t rtems_filesystem_current; -
c/src/tests/psxtests/psxstat/test.c
ra0756c9a r0bbc89d 24 24 #include <rtems.h> 25 25 #include <rtems/libio.h> 26 #include <imfs.h> 26 27 27 28 #define MAXSYMLINK 5 /* There needs to be a better way of getting this. */ -
testsuites/psxtests/ChangeLog
ra0756c9a r0bbc89d 1 2000-10-24 Joel Sherrill <joel@OARcorp.com> 2 3 * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops. 4 It was formerly incorrectly prototyped in <libio.h>. 5 1 6 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
testsuites/psxtests/psxmount/test.c
ra0756c9a r0bbc89d 31 31 #include <rtems.h> 32 32 #include <rtems/libio.h> 33 #include <imfs.h> 33 34 34 35 extern rtems_filesystem_location_info_t rtems_filesystem_current; -
testsuites/psxtests/psxstat/test.c
ra0756c9a r0bbc89d 24 24 #include <rtems.h> 25 25 #include <rtems/libio.h> 26 #include <imfs.h> 26 27 27 28 #define MAXSYMLINK 5 /* There needs to be a better way of getting this. */
Note: See TracChangeset
for help on using the changeset viewer.