summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/lib/tftpDriver.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-15 22:16:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-15 22:16:30 +0000
commit937ab62c3070f76e26c14d25d705d9167136f26c (patch)
treed5532e9be310b60248b83b91548a511c781204d3 /c/src/libnetworking/lib/tftpDriver.c
parentRegenerated. (diff)
downloadrtems-937ab62c3070f76e26c14d25d705d9167136f26c.tar.bz2
After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface to
mount() was changed to avoid the use of a string as the options.
Diffstat (limited to '')
-rw-r--r--c/src/libnetworking/lib/tftpDriver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libnetworking/lib/tftpDriver.c b/c/src/libnetworking/lib/tftpDriver.c
index a14a7d0365..d9995019f8 100644
--- a/c/src/libnetworking/lib/tftpDriver.c
+++ b/c/src/libnetworking/lib/tftpDriver.c
@@ -234,7 +234,7 @@ int rtems_bsdnet_initialize_tftp_filesystem ()
status = mount(
&entry,
&rtems_tftp_ops,
- "RO",
+ RTEMS_FILESYSTEM_READ_ONLY,
NULL,
TFTP_PATHNAME_PREFIX
);