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:
Joel Sherrill
1999-12-01 15:54:17 +00:00
parent 955a9ba74c
commit 017061c561
3 changed files with 0 additions and 3 deletions

View File

@@ -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 */