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.
This commit is contained in:
Joel Sherrill
1999-06-15 22:16:30 +00:00
parent aea6ce0b39
commit 937ab62c30
14 changed files with 20 additions and 116 deletions

View File

@@ -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
);