forked from Imagelibrary/rtems
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:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user