From 017061c561dcc1193b6a031f6bec58381bf0db14 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 Dec 1999 15:54:17 +0000 Subject: Patch from Eric Norum 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. --- cpukit/libnetworking/lib/tftpDriver.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit') 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 */ -- cgit v1.2.3