Changeset 1433ecda in mainline for uspace/lib/c/generic/vfs
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- Location:
- uspace/lib/c/generic/vfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/canonify.c
r47b2d7e3 r1433ecda 119 119 typedef struct { 120 120 state_t s; 121 void (* 121 void (*f)(token_t *, token_t *, token_t *); 122 122 } change_state_t; 123 123 -
uspace/lib/c/generic/vfs/vfs.c
r47b2d7e3 r1433ecda 1317 1317 *pos += cnt; 1318 1318 rc = vfs_write_short(file, *pos, bp, nbyte - nwr, &cnt); 1319 } while (rc == EOK && ((ssize_t 1319 } while (rc == EOK && ((ssize_t)nbyte - nwr - cnt) > 0); 1320 1320 1321 1321 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.