Modified to reflect change in calling sequence of mount().

This commit is contained in:
Joel Sherrill
1999-07-01 22:08:33 +00:00
parent dbf969e1d5
commit 10794a735a
2 changed files with 2 additions and 2 deletions

View File

@@ -655,7 +655,7 @@ void Cause_faults()
status = mount(
&mt_entry,
&IMFS_ops,
"RW",
RTEMS_FILESYSTEM_READ_WRITE,
NULL,
"/dir1/my_mount_point" );
assert( status == 0 );

View File

@@ -655,7 +655,7 @@ void Cause_faults()
status = mount(
&mt_entry,
&IMFS_ops,
"RW",
RTEMS_FILESYSTEM_READ_WRITE,
NULL,
"/dir1/my_mount_point" );
assert( status == 0 );