Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4279 → Rev 4280

/trunk/uspace/lib/libc/generic/vfs/vfs.c
87,7 → 87,7
}
ncwd_path_nc[0] = '\0';
}
strcat(ncwd_path_nc, path);
str_append(ncwd_path_nc, cwd_size + 1 + size + 1, path);
ncwd_path = canonify(ncwd_path_nc, retlen);
if (!ncwd_path) {
futex_up(&cwd_futex);