forked from Imagelibrary/rtems
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