Changeset 0464967 in mainline for uspace/lib
- Timestamp:
- 2017-10-20T00:31:52Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 04efacc
- Parents:
- c212a03 (diff), ccbf93f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/lib
- Files:
-
- 3 edited
-
bithenge/src/compound.c (modified) (1 diff)
-
ext4/src/extent.c (modified) (1 diff)
-
trackmod/xm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/src/compound.c
rc212a03 r0464967 81 81 82 82 *out = in; 83 return rc;83 return EOK; 84 84 } 85 85 -
uspace/lib/ext4/src/extent.c
rc212a03 r0464967 375 375 uint32_t *fblock) 376 376 { 377 int rc ;377 int rc = EOK; 378 378 /* Compute bound defined by i-node size */ 379 379 uint64_t inode_size = -
uspace/lib/trackmod/xm.c
rc212a03 r0464967 289 289 size_t instr_size; 290 290 size_t smp_size; 291 size_t smp_hdr_size ;291 size_t smp_hdr_size = 0; /* GCC false alarm on uninitialized */ 292 292 ssize_t nread; 293 293 uint8_t ltype;
Note:
See TracChangeset
for help on using the changeset viewer.
