summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/chown.c')
-rw-r--r--cpukit/libcsupport/src/chown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/chown.c b/cpukit/libcsupport/src/chown.c
index 1d07384d7d..598fbc1969 100644
--- a/cpukit/libcsupport/src/chown.c
+++ b/cpukit/libcsupport/src/chown.c
@@ -48,5 +48,5 @@ int rtems_filesystem_chown(
int chown( const char *path, uid_t owner, gid_t group )
{
- return rtems_filesystem_chown( path, owner, group, RTEMS_LIBIO_FOLLOW_LINK );
+ return rtems_filesystem_chown( path, owner, group, RTEMS_FS_FOLLOW_LINK );
}