summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems
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/libnetworking/rtems
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/libnetworking/rtems')
-rw-r--r--cpukit/libnetworking/rtems/rtems_syscall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_syscall.c b/cpukit/libnetworking/rtems/rtems_syscall.c
index ee2cf1728e..a5d724afbe 100644
--- a/cpukit/libnetworking/rtems/rtems_syscall.c
+++ b/cpukit/libnetworking/rtems/rtems_syscall.c
@@ -774,7 +774,6 @@ static const rtems_filesystem_file_handlers_r socket_handlers = {
rtems_bsdnet_fstat, /* fstat */
rtems_filesystem_default_fchmod, /* fchmod */
rtems_filesystem_default_ftruncate, /* ftruncate */
- rtems_filesystem_default_fpathconf, /* fpathconf */
rtems_filesystem_default_fsync, /* fsync */
rtems_filesystem_default_fdatasync, /* fdatasync */
rtems_bsdnet_fcntl, /* fcntl */