#1540 closed defect (fixed)

fileio and psxmount broken by recent changes

Reported by: Joel Sherrill Owned by: Chris Johns
Priority: normal Milestone: 4.10
Component: unspecified Version: 4.10
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

./../../../../../rtems/c/src/../../testsuites/samples/fileio/init.c
../../../../../../../rtems/c/src/../../testsuites/samples/fileio/init.c:48: error: 'msdos_ops' undeclared here (not in a function)

../../../../../../../rtems/c/src/../../testsuites/psxtests/psxmount/test.c:399: warning: passing argument 1 of 'mount' from incompatible pointer type
../../../../../sis/lib/include/rtems/libio.h:686: note: expected 'const char *' but argument is of type 'struct rtems_filesystem_mount_table_entry_t '
../../../../../../../rtems/c/src/../../testsuites/psxtests/psxmount/test.c:399: warning: passing argument 2 of 'mount' from incompatible pointer type
../../../../../sis/lib/include/rtems/libio.h:686: note: expected 'const char *' but argument is of type 'const struct rtems_filesystem_operations_table *'
../../../../../../../rtems/c/src/../../testsuites/psxtests/psxmount/test.c:399: warning: passing argument 3 of 'mount' makes pointer from integer without a cast
../../../../../sis/lib/include/rtems/libio.h:686: note: expected 'const char *'

Attachments (1)

rtems-psxmount-mcf5235.txt (3.6 KB) - added by Chris Johns on 06/02/10 at 00:04:19.
psxmount mcf5235 trace

Download all attachments as: .zip

Change History (4)

Changed on 06/02/10 at 00:04:19 by Chris Johns

Attachment: rtems-psxmount-mcf5235.txt added

psxmount mcf5235 trace

comment:1 Changed on 06/02/10 at 00:04:59 by Chris Johns

Resolution: fixed
Status: newclosed

comment:2 Changed on 06/02/10 at 00:05:31 by Chris Johns

Closed.

comment:3 Changed on 10/10/17 at 06:46:55 by Sebastian Huber

Component: testingunspecified
Note: See TracTickets for help on using tickets.