Changeset 4482bc7 in mainline for uspace/lib/libc/generic/vfs/vfs.c
- Timestamp:
- 2009-04-14T19:21:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6700ee2
- Parents:
- 732bb0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/vfs/vfs.c
r732bb0c r4482bc7 88 88 ncwd_path_nc[0] = '\0'; 89 89 } 90 str cat(ncwd_path_nc, path);90 str_append(ncwd_path_nc, cwd_size + 1 + size + 1, path); 91 91 ncwd_path = canonify(ncwd_path_nc, retlen); 92 92 if (!ncwd_path) {
Note:
See TracChangeset
for help on using the changeset viewer.