summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/utime.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/utime.c')
-rw-r--r--cpukit/libcsupport/src/utime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/utime.c b/cpukit/libcsupport/src/utime.c
index 49158700c0..aa2f19fad3 100644
--- a/cpukit/libcsupport/src/utime.c
+++ b/cpukit/libcsupport/src/utime.c
@@ -26,7 +26,7 @@ int utime( const char *path, const struct utimbuf *times )
{
int rv = 0;
rtems_filesystem_eval_path_context_t ctx;
- int eval_flags = RTEMS_LIBIO_FOLLOW_LINK;
+ int eval_flags = RTEMS_FS_FOLLOW_LINK;
const rtems_filesystem_location_info_t *currentloc =
rtems_filesystem_eval_path_start( &ctx, path, eval_flags );
struct utimbuf now_times;