From 56f20bacf0881b66361cca0ba942c9f325f22f3f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 Jan 2001 14:50:54 +0000 Subject: 2001-01-26 Joel Sherrill * libc/chroot.c: Fixed naming problems. Names were changed when the code this depends on was merged. --- cpukit/libcsupport/src/chroot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/libcsupport/src/chroot.c b/cpukit/libcsupport/src/chroot.c index b48082bda7..e05e51029e 100644 --- a/cpukit/libcsupport/src/chroot.c +++ b/cpukit/libcsupport/src/chroot.c @@ -33,10 +33,10 @@ int chroot( if (rtems_current_user_env == &rtems_global_user_env) set_errno_and_return_minus_one( ENOTSUP ); - loc = rtems_filesystem_root;i /* save the value */ + loc = rtems_filesystem_root; /* save the value */ /* if has been already changed */ - rtems_filesystem_root = rtems_global_user_env.filesystem_root; + rtems_filesystem_root = rtems_global_user_env.root_directory; result = chdir(pathname); if (result) { -- cgit v1.2.3