Changeset 05153a1 in rtems
- Timestamp:
- 04/01/04 10:14:40 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 65fa6b5
- Parents:
- 0fdaca2
- Location:
- testsuites/samples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/ChangeLog
r0fdaca2 r05153a1 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>. 4 1 5 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
testsuites/samples/fileio/init.c
r0fdaca2 r05153a1 31 31 #include <fcntl.h> 32 32 #include <rtems/error.h> 33 #include < dosfs.h>33 #include <rtems/dosfs.h> 34 34 #include <ctype.h> 35 35 #include <rtems/ide_part_table.h>
Note: See TracChangeset
for help on using the changeset viewer.