Changeset 58319fd in mainline
- Timestamp:
- 2011-03-08T19:19:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 56df02f
- Parents:
- c64506b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkminix/mkminix.c
rc64506b r58319fd 486 486 block_write_direct(sb->handle, 2, ibmap_nblocks, ibmap_buf); 487 487 block_write_direct(sb->handle, 2 + ibmap_nblocks, zbmap_nblocks, zbmap_buf); 488 489 free(ibmap_buf); 490 free(zbmap_buf); 488 491 } 489 492
Note:
See TracChangeset
for help on using the changeset viewer.