summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 22:08:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 22:08:33 +0000
commit10794a735ab473ca2a31ff51b92c2ec4e874d696 (patch)
treeb1cac8cd519e9164d2564bd62a12331f28247b04 /c/src
parentTest modified to reflect change in calling sequence of mount(). (diff)
downloadrtems-10794a735ab473ca2a31ff51b92c2ec4e874d696.tar.bz2
Modified to reflect change in calling sequence of mount().
Diffstat (limited to 'c/src')
-rw-r--r--c/src/tests/psxtests/psxstat/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psxstat/test.c b/c/src/tests/psxtests/psxstat/test.c
index 424c99c5d2..6c6dc9b16c 100644
--- a/c/src/tests/psxtests/psxstat/test.c
+++ b/c/src/tests/psxtests/psxstat/test.c
@@ -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 );