From 1a9b2b8dd64aa54d93afa4b22e159f22f718a2ea Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 24 Feb 2012 21:07:25 +0100 Subject: Remove fpathconf --- rtems/rtems_yaffs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtems/rtems_yaffs.c b/rtems/rtems_yaffs.c index b9ae049..4dcf002 100644 --- a/rtems/rtems_yaffs.c +++ b/rtems/rtems_yaffs.c @@ -842,7 +842,6 @@ static const rtems_filesystem_file_handlers_r yaffs_directory_handlers = { .fstat_h = ycb_fstat, .fchmod_h = ycb_fchmod, .ftruncate_h = rtems_filesystem_default_ftruncate, /* ftruncate */ - .fpathconf_h = rtems_filesystem_default_fpathconf, /* fpathconf */ .fsync_h = ycb_fdatasync, /* fsync */ .fdatasync_h = ycb_fdatasync, .fcntl_h = rtems_filesystem_default_fcntl, /* fcntl */ @@ -859,7 +858,6 @@ static const rtems_filesystem_file_handlers_r yaffs_file_handlers = { .fstat_h = ycb_fstat, .fchmod_h = rtems_filesystem_default_fchmod, /* fchmod */ .ftruncate_h = ycb_file_ftruncate, - .fpathconf_h = rtems_filesystem_default_fpathconf, /* fpathconf */ .fsync_h = ycb_fdatasync, /* fsync */ .fdatasync_h = ycb_fdatasync, .fcntl_h = rtems_filesystem_default_fcntl, /* fcntl */ -- cgit v1.2.3