summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-01 15:54:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-01 15:54:17 +0000
commit017061c561dcc1193b6a031f6bec58381bf0db14 (patch)
tree29a29f1766f783b2b74620ec2341cb96afbfe421 /cpukit
parent Patch rtems-rc-19991123-rc-2.diff from Ralf Corsepius (diff)
downloadrtems-017061c561dcc1193b6a031f6bec58381bf0db14.tar.bz2
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.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libnetworking/lib/tftpDriver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libnetworking/lib/tftpDriver.c b/cpukit/libnetworking/lib/tftpDriver.c
index 8e96c8d4a9..369a23be67 100644
--- a/cpukit/libnetworking/lib/tftpDriver.c
+++ b/cpukit/libnetworking/lib/tftpDriver.c
@@ -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 */