summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos_handlers_dir.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-02 15:45:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-02 15:55:33 +0100
commit1052242d23ab948369e63791adebfa0644122457 (patch)
tree379fcc293d79789f1cd967908421809792e34160 /cpukit/libfs/src/dosfs/msdos_handlers_dir.c
parentMerge remote branch 'remotes/origin/gitignore' (diff)
downloadrtems-1052242d23ab948369e63791adebfa0644122457.tar.bz2
Removed fpathconf file system node handler.
There existed no calling function for this handler.
Diffstat (limited to 'cpukit/libfs/src/dosfs/msdos_handlers_dir.c')
-rw-r--r--cpukit/libfs/src/dosfs/msdos_handlers_dir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libfs/src/dosfs/msdos_handlers_dir.c b/cpukit/libfs/src/dosfs/msdos_handlers_dir.c
index cc32af86d4..933960a3e2 100644
--- a/cpukit/libfs/src/dosfs/msdos_handlers_dir.c
+++ b/cpukit/libfs/src/dosfs/msdos_handlers_dir.c
@@ -28,7 +28,6 @@ const rtems_filesystem_file_handlers_r msdos_dir_handlers = {
msdos_dir_stat,
msdos_dir_chmod,
rtems_filesystem_default_ftruncate,
- rtems_filesystem_default_fpathconf,
msdos_dir_sync,
msdos_dir_sync,
rtems_filesystem_default_fcntl,