From 249766c53f973dec8e118a441001f4f17f7ca8bc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Feb 2015 21:26:17 +0100 Subject: IMFS: Rename CONFIGURE_IMFS_DISABLE_FCHMOD Rename CONFIGURE_IMFS_DISABLE_FCHMOD to CONFIGURE_IMFS_DISABLE_CHMOD. --- cpukit/sapi/include/confdefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index ccc1ded435..580a1380aa 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -347,7 +347,7 @@ const rtems_libio_helper rtems_fs_init_helper = #endif #ifdef CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM - #define CONFIGURE_IMFS_DISABLE_FCHMOD + #define CONFIGURE_IMFS_DISABLE_CHMOD #define CONFIGURE_IMFS_DISABLE_CHOWN #define CONFIGURE_IMFS_DISABLE_UTIME #define CONFIGURE_IMFS_DISABLE_LINK @@ -572,7 +572,7 @@ const rtems_libio_helper rtems_fs_init_helper = #else IMFS_rmnod, #endif - #ifdef CONFIGURE_IMFS_DISABLE_FCHMOD + #ifdef CONFIGURE_IMFS_DISABLE_CHMOD rtems_filesystem_default_fchmod, #else IMFS_fchmod, -- cgit v1.2.3