Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4265 → Rev 4266

/trunk/uspace/lib/libc/generic/vfs/vfs.c
99,7 → 99,7
* the address in ncwd_path need not be the same as ncwd_path_nc, even
* though they both point into the same dynamically allocated buffer.
*/
ncwd_path = strdup(ncwd_path);
ncwd_path = str_dup(ncwd_path);
free(ncwd_path_nc);
if (!ncwd_path) {
futex_up(&cwd_futex);