mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
Patch from Eric Norum <eric@cls.usask.ca> to fix a spot in the tftp file
system table from when the rtems_filesystem_operations_table structure changed and the initializer in libnetworking/lib/tftpDriver.c did not get updated.
This commit is contained in:
@@ -746,7 +746,6 @@ rtems_filesystem_operations_table rtems_tftp_ops = {
|
||||
NULL, /* unlink */
|
||||
rtems_tftp_node_type, /* node_type */
|
||||
NULL, /* mknod */
|
||||
NULL, /* rmnod */
|
||||
NULL, /* chown */
|
||||
NULL, /* freenodinfo */
|
||||
NULL, /* mount */
|
||||
|
||||
Reference in New Issue
Block a user