From 1052242d23ab948369e63791adebfa0644122457 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 2 Feb 2012 15:45:16 +0100 Subject: Removed fpathconf file system node handler. There existed no calling function for this handler. --- cpukit/libnetworking/lib/ftpfs.c | 2 -- cpukit/libnetworking/lib/tftpDriver.c | 1 - 2 files changed, 3 deletions(-) (limited to 'cpukit/libnetworking/lib') diff --git a/cpukit/libnetworking/lib/ftpfs.c b/cpukit/libnetworking/lib/ftpfs.c index 550e8c5b82..e588bc41ad 100644 --- a/cpukit/libnetworking/lib/ftpfs.c +++ b/cpukit/libnetworking/lib/ftpfs.c @@ -1317,7 +1317,6 @@ static const rtems_filesystem_file_handlers_r rtems_ftpfs_handlers = { .fstat_h = rtems_ftpfs_fstat, .fchmod_h = rtems_filesystem_default_fchmod, .ftruncate_h = rtems_ftpfs_ftruncate, - .fpathconf_h = rtems_filesystem_default_fpathconf, .fsync_h = rtems_filesystem_default_fsync, .fdatasync_h = rtems_filesystem_default_fdatasync, .fcntl_h = rtems_filesystem_default_fcntl, @@ -1334,7 +1333,6 @@ static const rtems_filesystem_file_handlers_r rtems_ftpfs_root_handlers = { .fstat_h = rtems_filesystem_default_fstat, .fchmod_h = rtems_filesystem_default_fchmod, .ftruncate_h = rtems_filesystem_default_ftruncate, - .fpathconf_h = rtems_filesystem_default_fpathconf, .fsync_h = rtems_filesystem_default_fsync, .fdatasync_h = rtems_filesystem_default_fdatasync, .fcntl_h = rtems_filesystem_default_fcntl, diff --git a/cpukit/libnetworking/lib/tftpDriver.c b/cpukit/libnetworking/lib/tftpDriver.c index e86a659b2f..6332b985d3 100644 --- a/cpukit/libnetworking/lib/tftpDriver.c +++ b/cpukit/libnetworking/lib/tftpDriver.c @@ -1111,7 +1111,6 @@ static const rtems_filesystem_file_handlers_r rtems_tftp_handlers = { .fstat_h = rtems_filesystem_default_fstat, .fchmod_h = rtems_filesystem_default_fchmod, .ftruncate_h = rtems_tftp_ftruncate, - .fpathconf_h = rtems_filesystem_default_fpathconf, .fsync_h = rtems_filesystem_default_fsync, .fdatasync_h = rtems_filesystem_default_fdatasync, .fcntl_h = rtems_filesystem_default_fcntl, -- cgit v1.2.3